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 630449 - rtpbin: Unlock before adding pad in new_payload_found
rtpbin: Unlock before adding pad in new_payload_found
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-23 17:56 UTC by Håvard Graff (hgr)
Modified: 2010-09-24 12:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.04 KB, patch)
2010-09-23 17:56 UTC, Håvard Graff (hgr)
none Details | Review

Description Håvard Graff (hgr) 2010-09-23 17:56:18 UTC
Created attachment 170946 [details] [review]
patch

Holding internal locks while potentially calling out is a source
of deadlocks, and in this case the application might subscribe to the
pad-added signal.
Comment 1 Wim Taymans 2010-09-24 12:00:45 UTC
commit 800b4bdb2692d00d5725baa3c4f790bdec5e1d62
Author: Trond Andersen <trond.andersen@tandberg.com>
Date:   Wed Apr 7 15:31:52 2010 +0200

    rtpbin: Unlock before adding pad in new_payload_found
    
    Holding internal locks while potentially calling out is a source
    of deadlocks, and in this case the application might subscribe to the
    pad-added signal.
    
    Fixes #630449