mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
alphacolor: Fix classification
This is no effect but a converter. Fixes bug #628608.
This commit is contained in:
parent
e79742205c
commit
08fd719898
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ gst_alpha_color_base_init (gpointer g_class)
|
||||||
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
|
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
|
||||||
|
|
||||||
gst_element_class_set_details_simple (element_class, "Alpha color filter",
|
gst_element_class_set_details_simple (element_class, "Alpha color filter",
|
||||||
"Filter/Effect/Video",
|
"Filter/Converter/Video",
|
||||||
"ARGB from/to AYUV colorspace conversion preserving the alpha channel",
|
"ARGB from/to AYUV colorspace conversion preserving the alpha channel",
|
||||||
"Wim Taymans <wim@fluendo.com>");
|
"Wim Taymans <wim@fluendo.com>");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue