summaryrefslogtreecommitdiff
path: root/gst/vaapi
diff options
context:
space:
mode:
authorHe Junyan <junyan.he@intel.com>2020-07-30 23:21:06 +0800
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-11-27 14:29:01 +0000
commit8af9b4674882fed0100c5f553f458da2c9e16ce9 (patch)
treebaaf1551037ed597a2b386749fbd152b8b7a85f9 /gst/vaapi
parent92b30ffa1a2f3b6559d834fcfb96314a05a173d6 (diff)
downloadgstreamer-vaapi-8af9b4674882fed0100c5f553f458da2c9e16ce9.tar.gz
libs: decoder: H265: Add MAIN_444_12 profile supporting.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/390>
Diffstat (limited to 'gst/vaapi')
-rw-r--r--gst/vaapi/gstvaapidecode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapidecode.c b/gst/vaapi/gstvaapidecode.c
index 329c0e65..4be8118e 100644
--- a/gst/vaapi/gstvaapidecode.c
+++ b/gst/vaapi/gstvaapidecode.c
@@ -1302,7 +1302,8 @@ gst_vaapidecode_ensure_allowed_sinkpad_caps (GstVaapiDecode * decode)
|| profile == GST_VAAPI_PROFILE_H265_MAIN_422_10
|| profile == GST_VAAPI_PROFILE_H265_MAIN_444
|| profile == GST_VAAPI_PROFILE_H265_MAIN_444_10
- || profile == GST_VAAPI_PROFILE_H265_MAIN12) {
+ || profile == GST_VAAPI_PROFILE_H265_MAIN12
+ || profile == GST_VAAPI_PROFILE_H265_MAIN_444_12) {
gchar *profiles[3], *intra_name;
intra_name = g_strdup_printf ("%s-intra", profile_name);