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
This commit is contained in:
Daniel Shahaf 2016-12-16 13:25:58 +02:00 committed by Sebastian Dröge
parent e6e403a6c9
commit a38887375f

View 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