vp9parse: Fix the subsampling_x/y to chroma format mapping.
authorHe Junyan <junyan.he@intel.com>
Fri, 22 Jan 2021 05:25:50 +0000 (13:25 +0800)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 23 Jan 2021 10:53:44 +0000 (10:53 +0000)
commit1029c84dbf6453833a62618e2dd0bff364b60cdb
treeb9a2d302b2a0bf4ce0247877682b8ec43bc601ce
parent82a9e4630cf57b8976912549c6e95928c4f98f15
vp9parse: Fix the subsampling_x/y to chroma format mapping.

The chroma format 4:4:4 needs both subsampling_x and subsampling_y
equal to 0.

Fixes: #1502
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1974>
gst/videoparsers/gstvp9parse.c