[Bug 755392] video: bugs with gst_video_frame_copy and videoconvert (with test scripts)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 24 02:35:50 PDT 2015


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

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 312020
  --> https://bugzilla.gnome.org/attachment.cgi?id=312020&action=edit
video-frame: Fix gst_video_frame_copy() for formats with pstride==0

v210, UYVP and IYU1 are complex formats for which pixel stride does not really
have a meaning. If we copy width*pstride bytes per line, it's not going to do
the right thing. As a fallback, copy stride bytes per line. This might copy
uninitialized bytes at the end of each line, but at least copies the frame.

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