| GStreamer Editing Services 0.11.89.1 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
GObject
+----GInitiallyUnowned
+----GESTimelineElement
+----GESTrackElement
+----GESSource
+----GESUriSource
Outputs a single media stream from a given file. The stream chosen depends on the type of the track which contains the object.
GESUriSource * ges_track_filesource_new (gchar *uri);
Creates a new GESUriSource for the provided uri.
|
the URI the source should control |
Returns : |
The newly created GESUriSource, or NULL if there was an
error. |