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 630451 - rtpbin: Handle rysnc of iterator when looking for free pad name
rtpbin: Handle rysnc of iterator when looking for free pad name
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:58 UTC by Håvard Graff (hgr)
Modified: 2010-09-24 12:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.99 KB, patch)
2010-09-23 17:58 UTC, Håvard Graff (hgr)
reviewed Details | Review

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

If a new pad was added while iterating then a pad could be
returned that was already in use.
Comment 1 Olivier Crête 2010-09-23 19:32:35 UTC
Review of attachment 170947 [details] [review]:

Looks good to me.
Comment 2 Wim Taymans 2010-09-24 12:12:27 UTC
commit bd8d80a8e4df1da1f9acd6b4d1e32fdc18f7218b
Author: Pascal Buhler <pascal.buhler@tandberg.com>
Date:   Mon Apr 12 09:49:14 2010 +0200

    rtpbin: Handle rysnc of iterator when looking for free pad name
    
    If a new pad was added while iterating then a pad could be
    returned that was already in use.
    
    Fixes #630451