From c8eb403e383d4b306fdd24c2bba637c001dd0c1e Mon Sep 17 00:00:00 2001 From: Colin Macdonald Date: Fri, 31 Jan 2014 16:58:16 -0500 Subject: [PATCH] fisheye: Fix documentation https://bugzilla.gnome.org/show_bug.cgi?id=723398 --- gst/geometrictransform/gstfisheye.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/geometrictransform/gstfisheye.c b/gst/geometrictransform/gstfisheye.c index 61ba859ed0..0d9f2b9c21 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 "); gstgt_class->map_func = fisheye_map;