[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 16:19:44 PDT 2010


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

Tim-Philipp Müller <t.i.m> changed:

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

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-05-25 23:19:38 UTC ---
Just committed this now as it is, which is the minimal fix:

commit 6a9983cd20c48b96396229b3f94d0254a05ddf48
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Mon May 24 17:26:42 2010 +0100

    avimux, flvmux, matroskamux: don't crash if tags arrive on multiple input
pads at the same time

    This is a temporary fix for the release only.

    Fixes #619533.


We're just trying to protect against concurrency within the plugin here to
avoid crashes; the application shouldn't be messing with the tagsetter once the
pipeline is running anyway, so let's just ignore that scenario, it will be
fixed in a few weeks time as well automatically.

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