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 147894 - opt scheduler decoupled elements mismanagement
opt scheduler decoupled elements mismanagement
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.3
Other Linux
: Urgent blocker
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-19 14:13 UTC by Wim Taymans
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to correct the problem (2.39 KB, patch)
2004-07-19 14:50 UTC, Wim Taymans
none Details | Review
enhanced patch (4.13 KB, patch)
2004-07-20 08:25 UTC, Wim Taymans
none Details | Review

Description Wim Taymans 2004-07-19 14:13:05 UTC
Decoupled elements are not added to a group in the opt scheduler, but are added
as an entry point only. When asking for the number of elements in a group, one
should take into account this decoupled entry point as well or the group could
become unschedulable.
Comment 1 Wim Taymans 2004-07-19 14:50:28 UTC
Created attachment 29652 [details] [review]
patch to correct the problem
Comment 2 Thomas Vander Stichele 2004-07-19 16:27:31 UTC
this bug fix makes the player work well enough with opt again.
Comment 3 Wim Taymans 2004-07-20 08:25:33 UTC
Created attachment 29679 [details] [review]
enhanced patch

Make sure that we don't work with NULL groups.