mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
cogcolorspace: Classify as Filter/Converter/Video instead of effect
Fixes bug #628570.
This commit is contained in:
parent
98e6f113f6
commit
8af858cf8f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ gst_cogcolorspace_base_init (gpointer g_class)
|
|||
gst_static_pad_template_get (&gst_cogcolorspace_sink_template));
|
||||
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"YCbCr/RGB format conversion", "Filter/Effect/Video",
|
||||
"YCbCr/RGB format conversion", "Filter/Converter/Video",
|
||||
"YCbCr/RGB format conversion", "David Schleef <ds@schleef.org>");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue