| GStreamer Editing Services 0.11.89.1 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
GObject
+----GInitiallyUnowned
+----GESTimelineElement
+----GESTrackElement
+----GESSource
+----GESImageSource
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 element. For image files, do not set the in-point property.
GESImageSource * ges_image_source_new (gchar *uri);
Creates a new GESImageSource for the provided uri.
|
the URI the source should control |
Returns : |
A new GESImageSource. |