fisheye: Fix documentation
authorColin Macdonald <cbm@m.fsf.org>
Fri, 31 Jan 2014 21:58:16 +0000 (16:58 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 31 Jan 2014 22:02:50 +0000 (17:02 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=723398

gst/geometrictransform/gstfisheye.c

index 55c6fcdb535b446da0676e8e7370237b504b0610..17a5c68b178474684fdd7c07972a16c46b233b0d 100644 (file)
@@ -119,7 +119,7 @@ gst_fisheye_class_init (GstFisheyeClass * klass)
   gst_element_class_set_static_metadata (gstelement_class,
       "fisheye",
       "Transform/Effect/Video",
-      "Split the image into two halves and reflect one over each other",
+      "Simulate a fisheye lens by zooming on the center of the image and compressing the edges",
       "Filippo Argiolas <filippo.argiolas@gmail.com>");
 
   gstgt_class->map_func = fisheye_map;