display: fix GstVaapiRotation enumeration of values.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapivalue.c
index 8461c09..19d95a7 100644 (file)
@@ -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)