clock allocation in PAUSED state

Nicolas Dufresne nicolas.dufresne at collabora.com
Wed Jan 15 07:12:52 PST 2014


Le mercredi 15 janvier 2014 à 17:01 +0530, Yogesh Tyagi a écrit :

> Is there any way we can force gstreamer to allocate clock in PAUSED
> state?

It really depends on what clock you want. For audio clock, this is not
possible, and even if it was it would not be going forward in pause
state. If you need a clock sooner, and want this clock to be used by
your pipeline, I would recommend using gst_system_clock_obtain() and
gst_element_set_clock(pipeline, clock). Be aware that audio quality may
suffer.

Nicolas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140115/a73ae5c4/attachment-0001.html>


More information about the gstreamer-devel mailing list