[Bug 690420] Random lock-up in GstDiscoverer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 21 07:40:24 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=690420
  GStreamer | gst-plugins-base | 1.x

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1

--- Comment #7 from Wim Taymans <wim.taymans at gmail.com> 2012-12-21 15:40:21 UTC ---
commit b163c091047b3766c40229b3d53b3b0beaf341ca
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Dec 21 16:36:37 2012 +0100

    bin: add flag to disable resync state change

    Add a GST_BIN_FLAG_NO_RESYNC that disables a resync when an element is
added,
    removed or linked in the bin. This is interesting for complex bins that
    dynamically add elements to themselves and want to manage the state of
those
    elements without interference from resyncs.

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

commit 0feecef2754ef208372eb39332b4f6fa2067d3d5
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Dec 21 16:38:36 2012 +0100

    decodebin2: use NO_RESYNC flag

    to avoid the state change function from messing with the state of the
elements
    that we add.

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

-- 
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