[Bug 793886] vaapisink: White is rendered pink with AMD card, wrong hue everywhere

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 28 16:13:27 UTC 2018


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

--- Comment #8 from Alicia Boya GarcĂ­a <aboya at igalia.com> ---
Turns out the problem is RGBA and BGRA pixel formats being misread.

This can be reproduced even more easily with a capsfilter:

These two reproduce the problem:

gst-launch-1.0 -v videotestsrc ! video/x-raw, format=RGBA ! vaapisink
gst-launch-1.0 -v videotestsrc ! video/x-raw, format=BGRA ! vaapisink

For comparison, YUV based formats like these work without problems:

gst-launch-1.0 -v videotestsrc ! video/x-raw, format=I420 ! vaapisink
gst-launch-1.0 -v videotestsrc ! video/x-raw, format=NV12 ! vaapisink

(In the pipeline of the previous message, vaapih264dec decoded the h264 frames
to NV12, therefore the problem did not reproduce.)

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