[Bug 701110] videomixer: sinkpads GSList is not protected for multi-threading

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 7 07:55:55 PST 2014


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

--- Comment #7 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-03-07 16:18:39 UTC ---
For the reference:

>+  GST_VIDEO_MIXER2_UNLOCK (mix);
>   GST_COLLECT_PADS_STREAM_LOCK (mix->collect);
>+  GST_VIDEO_MIXER2_LOCK (mix);

This looks appropriate, and match the description I've made. The other patch
seems unrelated, maybe file another bug, or just explain why you need this null
checking (usually we try and find the source, and avoid NULL check if
possible).

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