After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 148787 - clocks are not distributed correctly
clocks are not distributed correctly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 153535 (view as bug list)
Depends on:
Blocks: 152403
 
 
Reported: 2004-07-29 16:22 UTC by Wim Taymans
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
quick patch for gstscheduler (250 bytes, patch)
2004-09-28 21:35 UTC, Martin Eikermann
none Details | Review
clock distribution fix (2.99 KB, patch)
2004-11-02 12:31 UTC, Wim Taymans
none Details | Review

Description Wim Taymans 2004-07-29 16:22:12 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.
Comment 1 Zaheer Abbas Merali 2004-07-30 07:29:19 UTC
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.
Comment 2 Martin Eikermann 2004-09-28 21:29:21 UTC
*** Bug 153535 has been marked as a duplicate of this bug. ***
Comment 3 Martin Eikermann 2004-09-28 21:35:09 UTC
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.
Comment 4 Wim Taymans 2004-11-02 12:31:50 UTC
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.