[Bug 701109] videomixer: z-ordering breaks if pads are added without setting zorder on it

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 27 19:47:31 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701109
  GStreamer | gst-plugins-good | git

Nicolas Dufresne <nicolas.dufresne> changed:

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

--- Comment #1 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-05-28 02:47:29 UTC ---
Ok, that one was easy to fix:
commit cd30a81ee3f2b4626dc019a1026eace776c4cd1e
Author: Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>
Date:   Mon May 27 22:43:25 2013 -0400

    videomixer: Maintain z-order when new pad are added

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

This makes me notice that the sinkpads list is not thread safe, which mean
changing zorder, creating new pad, or removing pads at runtime may lead to
crash if done while streaming thread is iterating the list. Will file another
bug.

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