mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
fisheye: Fix documentation
https://bugzilla.gnome.org/show_bug.cgi?id=723398
This commit is contained in:
parent
5fd9b42f29
commit
c8eb403e38
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue