GNOME Bugzilla – Bug 114252
[PATCH] opt scheduler: implement unlinking pads in different groups
Last modified: 2004-12-22 21:47:04 UTC
Wim, Would you mind implementing the pad unlink for different groups (code at gstoptimalscheduler.c:1728)? It would enable me to use the opt scheduler with soundscrape. Thanks! Wingo
heh, you make it sound like it's an easy job :) I'll see what I can do though, it probably requires keeping more state in the groups, like the other groups it is connected to along with the pads that are involved in the connection.
First attempt to fix this commited to HEAD
Created attachment 20265 [details] [review] backported patch
Backport works for me in 0.6 with rhythmbox and gst-player.
This patch does not apply for me with p0-p3
I usually create patches in the directory of the file that was changed. In this case it's gstreamer/gst/schedulers. 'patch -p0 <patch' should work in that directory.
commited to 0.6.3.1, closing