display: fix GstVaapiRotation enumeration of values.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 30 Aug 2012 14:27:56 +0000 (16:27 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 30 Aug 2012 14:30:14 +0000 (16:30 +0200)
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)