mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
e6e403a6c9
commit
a38887375f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue