"GStreamer" (GNOME Bugzilla)
2017-12-22 16:27:02 UTC
https://bugzilla.gnome.org/show_bug.cgi?id=791876
Bug ID: 791876
Summary: vaapipostproc bt709 support
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-***@lists.freedesktop.org
Reporter: ***@ubicast.eu
QA Contact: gstreamer-***@lists.freedesktop.org
CC: ***@gmail.com, ***@igalia.com
GNOME version: ---
I am decoding with vaapidecodebin (autoplugged through decodebin), which scales
automagically. However i need bt709 support to avoid an additional conversion
between bt601 and bt709, or the following will crash:
$ gst-launch-1.0 videotestsrc num-buffers=1 ! x264enc ! h264parse !
vaapidecodebin ! "video/x-raw, format=(string)NV12, width=(int)960,
height=(int)540, framerate=(fraction)30, colorimetry=(string)bt709,
pixel-aspect-ratio=1/1" ! fakesink
Works:
$ gst-launch-1.0 videotestsrc num-buffers=1 ! x264enc ! h264parse !
vaapidecodebin ! videoconvert ! "video/x-raw, format=(string)NV12,
width=(int)960, height=(int)540, framerate=(fraction)30,
colorimetry=(string)bt709, pixel-aspect-ratio=1/1" ! fakesink
Is it possible to support bt709 ?
Bug ID: 791876
Summary: vaapipostproc bt709 support
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-***@lists.freedesktop.org
Reporter: ***@ubicast.eu
QA Contact: gstreamer-***@lists.freedesktop.org
CC: ***@gmail.com, ***@igalia.com
GNOME version: ---
I am decoding with vaapidecodebin (autoplugged through decodebin), which scales
automagically. However i need bt709 support to avoid an additional conversion
between bt601 and bt709, or the following will crash:
$ gst-launch-1.0 videotestsrc num-buffers=1 ! x264enc ! h264parse !
vaapidecodebin ! "video/x-raw, format=(string)NV12, width=(int)960,
height=(int)540, framerate=(fraction)30, colorimetry=(string)bt709,
pixel-aspect-ratio=1/1" ! fakesink
Works:
$ gst-launch-1.0 videotestsrc num-buffers=1 ! x264enc ! h264parse !
vaapidecodebin ! videoconvert ! "video/x-raw, format=(string)NV12,
width=(int)960, height=(int)540, framerate=(fraction)30,
colorimetry=(string)bt709, pixel-aspect-ratio=1/1" ! fakesink
Is it possible to support bt709 ?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.