[Bug 647005] GstBus: Only create the socketpair for async message delivery if required

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 8 00:17:20 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=647005
  GStreamer | gstreamer (core) | unspecified

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Sebastian Dröge <slomo at circular-chaos.org> 2011-04-08 07:17:16 UTC ---
Pushed with Stefan's changes


commit 80eb160e0f62350271f061daa5f289d9d4277cf4
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu Apr 7 11:24:35 2011 +0200

    bus: Immediately drop messages after calling the sync handler if this is a
s

    Otherwise we might wait forever for the message to be popped from
    the queue if a sync handler returned GST_BUS_ASYNC.

    https://bugzilla.gnome.org/show_bug.cgi?id=647005

commit c41b0ade28790ffdb0e484b41cd7929c4e145dec
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu Apr 7 11:19:57 2011 +0200

    bus: Use a construct-only property to distinguish between child buses and
no

    This allows to only create the socketpair when it is really required
instead
    of always creating it and immediately destroying it again for child buses.

    https://bugzilla.gnome.org/show_bug.cgi?id=647005

-- 
Configure bugmail: https://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