interlace: Fix element details
authorRobert Swain <robert.swain@collabora.co.uk>
Tue, 7 Sep 2010 11:28:20 +0000 (13:28 +0200)
committerRobert Swain <robert.swain@collabora.co.uk>
Tue, 7 Sep 2010 11:32:26 +0000 (13:32 +0200)
gst/interlace/gstinterlace.c

index 772f601..e0eb902 100644 (file)
@@ -168,8 +168,8 @@ gst_interlace_base_init (gpointer g_class)
   GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
 
   gst_element_class_set_details_simple (element_class,
-      "Inverse Telecine filter", "Filter/Video",
-      "Detects and reconstructs progressive content from telecine video",
+      "Interlace filter", "Filter/Video",
+      "Creates an interlaced video from progressive frames",
       "Entropy Wave <ds@entropywave.com>");
 
   gst_element_class_add_pad_template (element_class,