mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
gstvaapidisplay: Add VAEntrypointEncSliceLP support
https://bugzilla.gnome.org/show_bug.cgi?id=766050
This commit is contained in:
parent
7e4e597c6d
commit
c1abf37d0b
1 changed files with 1 additions and 0 deletions
|
@ -566,6 +566,7 @@ ensure_profiles (GstVaapiDisplay * display)
|
||||||
break;
|
break;
|
||||||
case GST_VAAPI_ENTRYPOINT_SLICE_ENCODE:
|
case GST_VAAPI_ENTRYPOINT_SLICE_ENCODE:
|
||||||
case GST_VAAPI_ENTRYPOINT_PICTURE_ENCODE:
|
case GST_VAAPI_ENTRYPOINT_PICTURE_ENCODE:
|
||||||
|
case GST_VAAPI_ENTRYPOINT_SLICE_ENCODE_LP:
|
||||||
g_array_append_val (priv->encoders, config);
|
g_array_append_val (priv->encoders, config);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue