[gst-devel] Dealing with .mov files in C++

cristiurban cristianurban86 at gmail.com
Fri Oct 29 16:49:33 CEST 2010


You could use a thread were you can extract your current time of the stream,
also extract total duration. The when total duration - current position is
zero or negative, you can rewind to the start by using seeking function
(gst_element). This way you can simulate the repeat mode that most players
have. Or listen to the bus calls and when EOS reached, do what ever you
want. 
Hope that helps.

Cristian.
-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Dealing-with-mov-files-in-C-tp3016112p3019231.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list