fisheye: Fix documentation

https://bugzilla.gnome.org/show_bug.cgi?id=723398
This commit is contained in:
Colin Macdonald 2014-01-31 16:58:16 -05:00 committed by Nicolas Dufresne
parent 5fd9b42f29
commit c8eb403e38

View file

@ -118,7 +118,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;