GESTrackImageSource

GESTrackImageSource — outputs the video stream from a media file as a still image.

Functions

Properties

gchar * uri Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GESTrackObject
            ╰── GESTrackSource
                ╰── GESTrackImageSource

Includes

#include <ges/ges.h>

Description

Outputs the video stream from a given file as a still frame. The frame chosen will be determined by the in-point property on the track object. For image files, do not set the in-point property.

Functions

ges_track_image_source_new ()

GESTrackImageSource *
ges_track_image_source_new (gchar *uri);

Creates a new GESTrackImageSource for the provided uri .

Parameters

uri

the URI the source should control

 

Returns

A new GESTrackImageSource.

Types and Values

GESTrackImageSource

typedef struct _GESTrackImageSource GESTrackImageSource;

Property Details

The “uri” property

  “uri”                      gchar *

The location of the file/resource to use.

Flags: Read / Write / Construct Only

Default value: NULL