From: Tim-Philipp Müller Date: Thu, 22 Dec 2011 11:08:42 +0000 (+0000) Subject: controller: fix GType name of interpolation mode enum X-Git-Tag: RELEASE-0.11.2~293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff59f3a553ea95ebbe00157b3104c5af4222f4fb;p=platform%2Fupstream%2Fgstreamer.git controller: fix GType name of interpolation mode enum --- diff --git a/libs/gst/controller/gstinterpolationcontrolsource.c b/libs/gst/controller/gstinterpolationcontrolsource.c index 14f8b54..ad8c50d 100644 --- a/libs/gst/controller/gstinterpolationcontrolsource.c +++ b/libs/gst/controller/gstinterpolationcontrolsource.c @@ -63,7 +63,7 @@ gst_interpolation_mode_get_type (void) }; if (g_once_init_enter (>ype)) { - GType tmp = g_enum_register_static ("GstLFOWaveform", values); + GType tmp = g_enum_register_static ("GstInterpolationMode", values); g_once_init_leave (>ype, tmp); }