libav crashes with some .mov file in 1.0.5
Tim-Philipp Müller
t.i.m at zen.co.uk
Thu Mar 21 07:33:24 PDT 2013
On Thu, 2013-03-21 at 15:25 +0100, Steffen.Roeber at hella.com wrote:
Hi Steffen,
> I use the following pipeline: filesrc, decodebin, videoconvert,
> video/x-raw format=rgb, appsink in my app. This mostly works fine. But
> I have a video 'sample_sorenson.mov' which yields in a crash in libav.
> Other .mov files do not crash. I found that the width of this video is
> not divisible by 4. Could that be a problem? gst-launch does not
> crash. In my appsink I do nothing but:
> GstSample *sample = gst_app_sink_pull_sample(m_appSink);
> gst_sample_unref(sample);
I think this is a bug in gst-libav:
https://bugzilla.gnome.org/show_bug.cgi?id=694299
Cheers
-Tim
More information about the gstreamer-devel
mailing list