|  |  |  | GStreamer Editing Services 0.10.0.4 Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
#include <ges/ges.h>
                    GESTrackFileSource;
GESTrackFileSource* ges_track_filesource_new            (gchar *uri);
GObject +----GInitiallyUnowned +----GESTrackObject +----GESTrackSource +----GESTrackFileSource
Outputs a single media stream from a given file. The stream chosen depends on the type of the track which contains the object.
GESTrackFileSource* ges_track_filesource_new            (gchar *uri);
Creates a new GESTrackFileSource for the provided uri.
| 
 | the URI the source should control | 
| Returns : | The newly created GESTrackFileSource, or NULLif there was an
error. | 
"uri" property"uri" gchar* : Read / Write / Construct Only
The location of the file/resource to use.
Default value: NULL