diff options
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidisplay.h')
-rw-r--r-- | gst-libs/gst/vaapi/gstvaapidisplay.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidisplay.h b/gst-libs/gst/vaapi/gstvaapidisplay.h index 3eca38aa..07ecc82f 100644 --- a/gst-libs/gst/vaapi/gstvaapidisplay.h +++ b/gst-libs/gst/vaapi/gstvaapidisplay.h @@ -242,6 +242,10 @@ gst_vaapi_display_has_decoder (GstVaapiDisplay * display, GArray * gst_vaapi_display_get_encode_profiles (GstVaapiDisplay * display); +GArray * +gst_vaapi_display_get_encode_profiles_by_codec (GstVaapiDisplay * display, + GstVaapiCodec codec); + gboolean gst_vaapi_display_has_encoder (GstVaapiDisplay * display, GstVaapiProfile profile, GstVaapiEntrypoint entrypoint); |