[Bug 750865] gst-libav crash

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 15 01:07:02 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=750865

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net
 Attachment #305160|none                        |needs-work
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 305160
  --> https://bugzilla.gnome.org/attachment.cgi?id=305160
tentative patch

This should arguably error out completely instead of just doing nothing.


Also linesize is an array and contains the stride for each plane, not just a
plain integer. So you probably want to compare
GST_VIDEO_FRAME_PLACE_STRIDE(frame, X) and outpic->linesize[X] for all planes


Any idea why it gives us wrong values here? Do you have a way to reproduce it,
does it only happen with that single file, which codec and other properties
does it have?

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