Top | ![]() |
![]() |
![]() |
![]() |
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
.