summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2010-09-02 14:34:50 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-04 14:55:43 +0200
commit08fd7198984eecedd3b24e8b915e6aff0f8552e0 (patch)
tree7f211619920ff106d7c8ef1c9950d4033c75df89
parente79742205c76cb9fd5029c00edfa5c1296d56d23 (diff)
alphacolor: Fix classification
This is no effect but a converter. Fixes bug #628608.
-rw-r--r--gst/alpha/gstalphacolor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/alpha/gstalphacolor.c b/gst/alpha/gstalphacolor.c
index 156ce04e3..fb430ed39 100644
--- a/gst/alpha/gstalphacolor.c
+++ b/gst/alpha/gstalphacolor.c
@@ -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>");