h265parse: Fix a typo in get_compatible_profile_caps().
authorHe Junyan <junyan.he@intel.com>
Tue, 15 Jun 2021 13:36:43 +0000 (21:36 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 16 Jun 2021 13:23:50 +0000 (13:23 +0000)
commit7feed2f1ac70f601c9b157feb542fe1cdcbe8f8b
tree720f8fef76db053b36eac5eeff7ccf49b1328c48
parent0d746d1022c7f83bc297584cb4d456cae4697cbf
h265parse: Fix a typo in get_compatible_profile_caps().

The GST_H265_PROFILE_MAIN_444_10 profile should be compatible with
GST_H265_PROFILE_SCREEN_EXTENDED_MAIN_444_10, not the current
GST_H265_PROFILE_SCREEN_EXTENDED_MAIN_10.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2328>
gst/videoparsers/gsth265parse.c