display: fix GstVaapiRotation enumeration of values.

This commit is contained in:
Gwenole Beauchesne 2012-08-30 16:27:56 +02:00
parent 4a1127dd7c
commit 2a7cefab1a

View 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)