[gstreamer-bugs] [Bug 526044] Crash if there is more than one watcher for a GstBus

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Oct 13 02:22:20 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=526044

  GStreamer | gstreamer (core) | Ver: HEAD CVS

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org
 Attachment #108568|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.22




------- Comment #2 from Sebastian Dröge  2008-10-13 09:22 UTC -------
2008-10-13  Sebastian Dröge  <sebastian.droege at collabora.co.uk>

        Base on Patch by: Olivier Crete <tester at tester dot ca>

        * gst/gstbus.c: (gst_bus_source_finalize),
        (gst_bus_add_watch_full), (gst_bus_add_signal_watch_full):
        Only allow one bus watch to be set at a time. This is necessary
        because the dispatcher pops the message from the bus and the second
        watcher will then get NULL or the next message (and the first won't
        get this next message then, etc). If more than one "watcher" is
        required signal watches should be used. Fixes bug #526044.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=526044.




More information about the Gstreamer-bugs mailing list