[Bug 756843] Segfault in libav plugin
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Oct 20 00:09:40 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=756843
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |slomo at coaxion.net
Resolution|--- |FIXED
Target Milestone|git master |1.6.1
--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
This was fixed by one of these two commits (will be in 1.6.1):
commit eedefc9f6bd19f1c86b43d1fcc31a203b4ecea10
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Sat Oct 3 18:25:35 2015 +0100
avcodecmap: Don't allocate dummy codec data anymore, it causes crashes
nowadays
Multithreaded encoders are going to free this dummy codec data twice, e.g.
with this pipeline
gst-launch-1.0 videotestsrc num-buffers=40 ! \
videoconvert ! avenc_mjpeg ! fakesink
commit e5e78379ad8287cd2b71b4cdb743e905c8cd0369
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Sat Oct 3 18:14:05 2015 +0100
avvidenc: Pass the correct user_data to gst_buffer_new_wrapped_full()
Fixes crash with e.g.
gst-launch-1.0 videotestsrc num-buffers=40 ! \
videoconvert ! avenc_huffyuv ! fakesink
--
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