GNOME Bugzilla – Bug 107501
Scheduler refcounting breaks on multiple chains
Last modified: 2004-12-22 21:47:04 UTC
When creating a pipeline and doing (un)link madness the pipeline can not be properly unref'd afterwards. I believe it's because of multiple chain madness wrt loop-based elements in the schedulers, but I haven't really investigated the issue. See the comments in the attached patch for more information.
Created attachment 14763 [details] .c file to break the schedulers
The issue was related to removing the group from a loopbased element in the optimal scheduler. Fixed in CVS HEAD.