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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 23 10:21:37 PDT 2015


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

--- Comment #3 from Carlos Rafael Giani <dv at pseudoterminal.org> ---
Update about the videoconvert regression: the breakage happens when
videoconvert converts to r210/GBR_10LE/GBR_10BE and bayer dithering is enabled.
Also, these three formats are all about 4:4:4 RGB with 10 bit channels,
explaining why the frames are broken in exactly the same way.

Example pipeline:

gst-launch-1.0 videotestsrc ! "video/x-raw, format=BGRx" ! videoconvert
dither=bayer ! "video/x-raw, format=r210" ! videoconvert dither=0 !
"video/x-raw, format=BGRx" ! ximagesink

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