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 165928 - [scheduler/thread] elements are iterated before they are ready
[scheduler/thread] elements are iterated before they are ready
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal critical
: 0.9.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-01 13:25 UTC by Ronald Bultje
Modified: 2005-07-16 10:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2005-02-01 13:25:09 UTC
See testsuite/threads/threadi-nfy2. It's a simple { fakesrc ! fakesink }, where
fakesinks is linked before but added after the thread is set to PLAYING. After
that, we sync bin state to start iteration. This will lead to a race (because
opt adds fakesink to the group before that) that leads to warnings on the
commandline, mostly like "pushing data on non-active pad".
Comment 1 Andy Wingo 2005-07-16 10:11:34 UTC
This kind of bug goes away in 0.9 (replaced with new kinds of bugs of course).
Closing.