summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-08-30 16:27:56 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-08-30 16:30:14 +0200
commit2a7cefab1a366ae27a65179cef72f1c6dce2f230 (patch)
treeae40077670c3e3bf15861b8e6e453460a1b7a641
parent4a1127dd7c4086c97b0651a9f653fe3f43f11235 (diff)
display: fix GstVaapiRotation enumeration of values.
-rw-r--r--gst-libs/gst/vaapi/gstvaapivalue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapivalue.c b/gst-libs/gst/vaapi/gstvaapivalue.c
index 8461c09e..19d95a71 100644
--- a/gst-libs/gst/vaapi/gstvaapivalue.c
+++ b/gst-libs/gst/vaapi/gstvaapivalue.c
@@ -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)