cogcolorspace: Classify as Filter/Converter/Video instead of effect
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 2 Sep 2010 08:23:30 +0000 (10:23 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 4 Sep 2010 13:01:30 +0000 (15:01 +0200)
Fixes bug #628570.

ext/cog/gstcogcolorspace.c

index 09c71de..bbd0109 100644 (file)
@@ -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>");
 }