[Bug 765572] [VPP][STDE] display with green stripe.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 26 06:47:15 UTC 2016


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

--- Comment #1 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Hi,

Can you share the file sample.264?

My guess is the frame width in that file is not multiple of 16, so the
skin-tone-enhance in vaapipostproc will ignore a region: that green bar.

For example, we could resize the frame to a width multiple of 16, before
passing the filter, and the bar will go away:

gst-launch-1.0 filesrc location= ~/patterns/sample.264 ! h264parse ! \
  vaapidecode ! vaapipostproc width=336 ! \
  vaapipostproc skin-tone-enhancement=TRUE ! vaapisink

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