summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_h265.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidecoder_h265.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapidecoder_h265.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidecoder_h265.c b/gst-libs/gst/vaapi/gstvaapidecoder_h265.c
index 992c0c02..e725995e 100644
--- a/gst-libs/gst/vaapi/gstvaapidecoder_h265.c
+++ b/gst-libs/gst/vaapi/gstvaapidecoder_h265.c
@@ -534,7 +534,8 @@ is_range_extension_profile (GstVaapiProfile profile)
|| 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_MAIN_444_12)
+ || profile == GST_VAAPI_PROFILE_H265_MAIN_444_12
+ || profile == GST_VAAPI_PROFILE_H265_MAIN_422_12)
return TRUE;
return FALSE;
}