[SOLVED]Re: Fwd: Pause in GStreamer pipeline Tric play functions
Nicolas Dufresne
nicolas.dufresne at collabora.com
Thu Mar 20 08:47:15 PDT 2014
Le mercredi 19 mars 2014 à 23:36 -0700, Subodh a écrit :
> Fixed the problem by changing the flag in the seek to FLUSH instead of
> accurate.
There is no instead here. You always want the FLUSH flag when you are
seeking. Non-flushing seek is only used in rare conditions, like segment
seek, as they may lead to deadlock otherwise. If you want to do accurate
seek, then just OR the two flags, FLUSH | ACCURATE.
cheers,
Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140320/983300ac/attachment-0001.html>
More information about the gstreamer-devel
mailing list