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 105571 - gst_element_unlink_many unlinks far too much
gst_element_unlink_many unlinks far too much
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-08 12:43 UTC by Wim Taymans
Modified: 2003-06-05 22:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wim Taymans 2003-02-08 12:43:08 UTC
this function should only unlink the elements listed in the parameters. It
currently also tries to unlink *all* elements connected to those listed in
the paremeters.
Comment 1 Wim Taymans 2003-02-11 20:23:47 UTC
Fixed in CVS HEAD
Comment 2 Thomas Vander Stichele 2003-06-05 22:25:17 UTC
this could use a backport to 0.6.  Where was this fixed ?