![]() |
![]() |
![]() |
GStreamer Editing Services 0.10.1 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 NULL if there was an
error. |