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 754036 - bin: Make sure we don't add/remove a bin to/from itself
bin: Make sure we don't add/remove a bin to/from itself
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-24 18:07 UTC by Vivia Nikolaidou
Modified: 2015-08-28 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.04 KB, patch)
2015-08-24 18:07 UTC, Vivia Nikolaidou
committed Details | Review

Description Vivia Nikolaidou 2015-08-24 18:07:17 UTC
Created attachment 309928 [details] [review]
Patch

bin: Make sure we don't add/remove a bin to/from itself

Doing so would deadlock from trying to acquire the object lock twice
Comment 1 Sebastian Dröge (slomo) 2015-08-25 07:20:28 UTC
commit ee1bbe2f15a42e049d2b2c81d59a2ef173c843b5
Author: Vivia Nikolaidou <vivia@toolsonair.com>
Date:   Mon Aug 24 21:04:37 2015 +0300

    bin: Make sure we don't add/remove a bin to/from itself
    
    Doing so would deadlock from trying to acquire the object lock twice
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754036