videoconvert: fix up dither method enum GType name for consistency

This commit is contained in:
Tim-Philipp Müller 2012-09-09 15:12:14 +01:00
parent 9efb5f5af2
commit 9f1856a7a5

View file

@ -102,7 +102,7 @@ dither_method_get_type (void)
{0, NULL, NULL} {0, NULL, NULL}
}; };
gtype = g_enum_register_static ("GstColorspaceDitherMethod", values); gtype = g_enum_register_static ("GstVideoConvertDitherMethod", values);
} }
return gtype; return gtype;
} }