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 114252 - [PATCH] opt scheduler: implement unlinking pads in different groups
[PATCH] opt scheduler: implement unlinking pads in different groups
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.6.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-02 14:21 UTC by Andy Wingo
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backported patch (12.09 KB, patch)
2003-09-25 02:34 UTC, David Schleef
none Details | Review

Description Andy Wingo 2003-06-02 14:21:00 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
Comment 1 Wim Taymans 2003-06-02 16:40:04 UTC
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. 
Comment 2 Wim Taymans 2003-06-07 11:35:36 UTC
First attempt to fix this commited to HEAD
Comment 3 David Schleef 2003-09-25 02:34:15 UTC
Created attachment 20265 [details] [review]
backported patch
Comment 4 David Schleef 2003-09-25 02:35:37 UTC
Backport works for me in 0.6 with rhythmbox and gst-player.
Comment 5 Christian Fredrik Kalager Schaller 2003-09-27 14:08:35 UTC
This patch does not apply for me with p0-p3
Comment 6 David Schleef 2003-09-29 22:14:50 UTC
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.
Comment 7 Thomas Vander Stichele 2003-10-05 17:22:07 UTC
commited to 0.6.3.1, closing