[gstreamer-bugs] [Bug 619533] [avimux, matroskamux, flvmux] crash when receiving tags on multiple pads at the same time

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 25 09:17:02 PDT 2010


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

--- Comment #4 from Sebastian Dröge <slomo at circular-chaos.org> 2010-05-25 16:16:57 UTC ---
Yes, let's get this in and remove it immediately after the release.

Even with the GstTagSetter fixes there's a race though:

      GST_OBJECT_LOCK (avimux);
      mode = gst_tag_setter_get_tag_merge_mode (setter);
      gst_tag_setter_merge_tags (setter, list, mode);
      GST_OBJECT_UNLOCK (avimux);

The mode could change between the two gst_tag_setter calls.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Gstreamer-bugs mailing list