alphacolor: Fix classification

This is no effect but a converter. Fixes bug #628608.
This commit is contained in:
Thibault Saunier 2010-09-02 14:34:50 +02:00 committed by Sebastian Dröge
parent e79742205c
commit 08fd719898

View file

@ -78,7 +78,7 @@ gst_alpha_color_base_init (gpointer g_class)
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
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",
"Wim Taymans <wim@fluendo.com>");