GNOME Bugzilla – Bug 148787
clocks are not distributed correctly
Last modified: 2004-12-22 21:47:04 UTC
when an element is added to a bin, the clock is not distributed to the element or, in case of a clock provider, the provided clock is not distributed to other elements.
I have noticed. I use this "feature" when using acast, if i add visualisation after pipeline has started then it runs fine however if i have it as part of initial pipeline it grinds to a halt. Obviously buggy clocking in some elements, probably goom and monoscope.
*** Bug 153535 has been marked as a duplicate of this bug. ***
Created attachment 32044 [details] [review] quick patch for gstscheduler I don't know if this is the right way to fix clock distribution, but at least this makes it working for me. It might have other side effects i don't know about yet. Someone with more knowledge about the core should look at this issue.
Created attachment 33344 [details] [review] clock distribution fix This is a patch that redistributes the clock after a clock provider or consumer is added to a scheduler.