mirror: Fix documentation for the mirror mode
authorDaniel Shahaf <danielsh@apache.org>
Fri, 16 Dec 2016 11:25:58 +0000 (13:25 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 22 Dec 2016 12:42:43 +0000 (14:42 +0200)
Using the wrong enum there causes it to be randomly mixed with the docs
of the other enums.

https://bugs.debian.org/848297

gst/geometrictransform/gstmirror.h

index 2084f2c145b5b1a07b9e7a779400819f03fbd9ba..22e6aa5d9f302100658c8c1b2a398cc87e513fb7 100644 (file)
@@ -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