mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
display: fix GstVaapiRotation enumeration of values.
This commit is contained in:
parent
4a1127dd7c
commit
2a7cefab1a
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ gst_vaapi_rotation_get_type(void)
|
|||
"Rotated by 180°, clockwise", "180" },
|
||||
{ GST_VAAPI_ROTATION_270,
|
||||
"Rotated by 270°, clockwise", "270" },
|
||||
{ 0, NULL, NULL },
|
||||
};
|
||||
|
||||
if (!g_type)
|
||||
|
|
Loading…
Reference in a new issue