mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
videoconvert: fix up dither method enum GType name for consistency
This commit is contained in:
parent
9efb5f5af2
commit
9f1856a7a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue