From: Gwenole Beauchesne Date: Thu, 30 Aug 2012 14:27:56 +0000 (+0200) Subject: display: fix GstVaapiRotation enumeration of values. X-Git-Tag: 1.19.3~503^2~2978 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a7cefab1a366ae27a65179cef72f1c6dce2f230;p=platform%2Fupstream%2Fgstreamer.git display: fix GstVaapiRotation enumeration of values. --- diff --git a/gst-libs/gst/vaapi/gstvaapivalue.c b/gst-libs/gst/vaapi/gstvaapivalue.c index 8461c09..19d95a7 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)