ffvideoscale: Change classification to Filter/Converter/Video/Scaler
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 16 Dec 2010 09:12:02 +0000 (10:12 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 16 Dec 2010 09:12:02 +0000 (10:12 +0100)
ext/ffmpeg/gstffmpegscale.c

index 3150cdb..a8678ae 100644 (file)
@@ -108,7 +108,7 @@ gst_ffmpegscale_base_init (gpointer g_class)
   gst_element_class_add_pad_template (element_class,
       gst_static_pad_template_get (&sink_factory));
   gst_element_class_set_details_simple (element_class, "FFMPEG Scale element",
-      "Filter/Converter/Video",
+      "Filter/Converter/Video/Scaler",
       "Converts video from one resolution to another",
       "Luca Ognibene <luogni@tin.it>");
 }