[gstreamer-bugs] [Bug 348179] gst_parse_lauch is not reentrant

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jul 21 10:09:18 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=348179
 GStreamer | gstreamer (core) | Ver: HEAD CVS


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com




------- Comment #1 from Wim Taymans  2006-07-21 17:09 UTC -------
Made the calls to _parse () fail if called recursively instead of locking.
Concurrent threads serialize their _parse() code fine.

        * gst/gstparse.c: (gst_parse_launch):
        Protect recursive calls to _parse with a recursive mutex
        and busy flag.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list