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 667821 - rtpssrcdemux: keep holding the lock until the pads are removed
rtpssrcdemux: keep holding the lock until the pads are removed
Status: RESOLVED DUPLICATE of bug 770766
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-12 21:16 UTC by Pascal Buhler
Modified: 2016-09-22 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.32 KB, patch)
2012-01-12 21:16 UTC, Pascal Buhler
needs-work Details | Review

Description Pascal Buhler 2012-01-12 21:16:47 UTC
Created attachment 205144 [details] [review]
patch

When clear_ssrc is called just as a RTP buffer with same ssrc is arriving
it was possible that the new pad, with the same name, would be added before
the old one was removed.
Comment 1 Olivier Crête 2013-01-28 22:08:02 UTC
Review of attachment 205144 [details] [review]:

That won't work, your patch keeps the lock help while emitting the "remove-ssrc-pad" signal, and it should be released while signals are being emitted.
Comment 2 Sebastian Dröge (slomo) 2013-08-21 19:11:10 UTC
Any progress here?
Comment 3 Tim-Philipp Müller 2016-09-22 12:17:51 UTC
This looks like the same as bug #770766, which has an updated patch too.

*** This bug has been marked as a duplicate of bug 770766 ***