videoconvert: fix up dither method enum GType name for consistency
authorTim-Philipp Müller <tim@centricular.net>
Sun, 9 Sep 2012 14:12:14 +0000 (15:12 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 9 Sep 2012 14:12:14 +0000 (15:12 +0100)
gst/videoconvert/gstvideoconvert.c

index 5f0bfcc..e14c899 100644 (file)
@@ -102,7 +102,7 @@ dither_method_get_type (void)
       {0, NULL, NULL}
     };
 
-    gtype = g_enum_register_static ("GstColorspaceDitherMethod", values);
+    gtype = g_enum_register_static ("GstVideoConvertDitherMethod", values);
   }
   return gtype;
 }