[gstreamer-bugs] [Bug 147713] - opt scheduler resorts the chain incorrectly
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Fri Jul 16 08:56:02 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=147713
GStreamer | gstreamer (core) | Ver: 0.8.4
------- Additional Comments From wim at fluendo.com 2004-07-16 11:56 -------
Your patch does indeed fix the issue you mention and is indeed very small,
harmless and elegant in its pure simplicity. In CVS can be found a very small
and harmfull test app in the testsuite/schedulers dir that sortof shows the bad
sorting in the scheduler.
After applying the patch another bug becomes apparent, when adding a loop based
element to the scheduler, the links to other groups are automatically followed
and incremented. This should not happen because the bin will call pad_link
explicitly for those connection, resulting in them counted twice.
The patch in CVS therefore contains a partial revert of patchset 1.89 where the
flaw was introduced.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list