summaryrefslogtreecommitdiff
path: root/gst/geometrictransform
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2016-12-16 13:25:58 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-12-16 13:26:50 +0200
commita38887375f3631c9198fa328e76a7ae7b28a16c0 (patch)
tree80a79f49364f238661fc7c74274b67779dcba989 /gst/geometrictransform
parente6e403a6c9af4683ecd7824c22e8dd5c35f68376 (diff)
mirror: Fix documentation for the mirror mode
Using the wrong enum there causes it to be randomly mixed with the docs of the other enums. https://bugs.debian.org/848297
Diffstat (limited to 'gst/geometrictransform')
-rw-r--r--gst/geometrictransform/gstmirror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/geometrictransform/gstmirror.h b/gst/geometrictransform/gstmirror.h
index 2084f2c14..22e6aa5d9 100644
--- a/gst/geometrictransform/gstmirror.h
+++ b/gst/geometrictransform/gstmirror.h
@@ -66,7 +66,7 @@ typedef struct _GstMirror GstMirror;
typedef struct _GstMirrorClass GstMirrorClass;
/**
- * GstColorEffectsPreset:
+ * GstMirrorMode:
* @GST_MIRROR_MODE_LEFT: Split horizontally and reflect left into right
* @GST_MIRROR_MODE_RIGHT: Split horizontally and reflect right into left
* @GST_MIRROR_MODE_TOP: Split horizontally and reflect top into bottom