vp9enc: Add color range support
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 6 May 2021 19:04:42 +0000 (15:04 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 6 May 2021 20:00:47 +0000 (16:00 -0400)
commitd9a0313aa0a6d71ab7fc9ac6495cfdb3f37a2468
treed7ceb8f9507718bbe5ebb97e2cb1a13a01a71dfd
parent91da1c3c08883a4b873b0a8704181ba1a3d0b113
vp9enc: Add color range support

When setting the colorspace, we now clear the range to reduced range,
the default, and then we also set the range so the VP9 encoder encodes
the right information in the bitstream.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/975>
ext/vpx/gstvp9enc.c