summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Macdonald <cbm@m.fsf.org>2014-01-31 16:58:16 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2014-01-31 16:59:11 -0500
commitc8eb403e383d4b306fdd24c2bba637c001dd0c1e (patch)
tree7691db69eb18d3eed2907c96c1394349b2112901
parent5fd9b42f29563b9424bc3f9f4fe15ef244851b0a (diff)
fisheye: Fix documentation
https://bugzilla.gnome.org/show_bug.cgi?id=723398
-rw-r--r--gst/geometrictransform/gstfisheye.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/geometrictransform/gstfisheye.c b/gst/geometrictransform/gstfisheye.c
index 61ba859ed..0d9f2b9c2 100644
--- a/gst/geometrictransform/gstfisheye.c
+++ b/gst/geometrictransform/gstfisheye.c
@@ -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;