[Bug 694299] crash in put_pixels16_sse2() with SVQ1 video

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 17 05:55:01 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=694299
  GStreamer | gst-libav | unspecified

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at gmail.com

--- Comment #12 from Edward Hervey <bilboed at gmail.com> 2013-07-17 12:54:54 UTC ---
This does not seem to be libav's fault:

This works fine:
gst-launch-1.0 file:///media/data/contents/levent_t1.mov ! qtdemux ! avdec_svq1
! fakesink

avdec_svq1-0.GstPad:src: caps = video/x-raw, format=(string)YUV9,
width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1,
interlace-mode=(string)progressive, colorimetry=(string)bt601,
framerate=(fraction)24/1


This segfaults
gst-launch-1.0 file:///media/data/contents/levent_t1.mov ! qtdemux ! avdec_svq1
! videoconvert ! xvimagesink

avdec_svq1-0.GstPad:src: caps = video/x-raw, format=(string)YUV9,
width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1,
interlace-mode=(string)progressive, colorimetry=(string)bt601,
framerate=(fraction)24/1


(obviously running it in valgrind doesn't reproduce the issue .. .*sigh*)

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