videoconvert: fix up dither method enum GType name for consistency
This commit is contained in:
parent
9efb5f5af2
commit
9f1856a7a5
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user