|  |  |  | GStreamer Editing Services 0.10.0.4 Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
| GESTrackImageSourceGESTrackImageSource — outputs the video stream from a media file as a still image. | 
#include <ges/ges.h>
                    GESTrackImageSource;
GESTrackImageSource* ges_track_image_source_new         (gchar *uri);
GObject +----GInitiallyUnowned +----GESTrackObject +----GESTrackSource +----GESTrackImageSource
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.
GESTrackImageSource* ges_track_image_source_new         (gchar *uri);
Creates a new GESTrackImageSource for the provided uri.
| 
 | the URI the source should control | 
| Returns : | A new GESTrackImageSource. | 
"uri" property"uri" gchar* : Read / Write / Construct Only
The location of the file/resource to use.
Default value: NULL