From a38887375f3631c9198fa328e76a7ae7b28a16c0 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 16 Dec 2016 13:25:58 +0200 Subject: [PATCH] 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 --- gst/geometrictransform/gstmirror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/geometrictransform/gstmirror.h b/gst/geometrictransform/gstmirror.h index 2084f2c145..22e6aa5d9f 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