projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dfaecf
)
mirror: Fix documentation for the mirror mode
author
Daniel Shahaf
<danielsh@apache.org>
Fri, 16 Dec 2016 11:25:58 +0000
(13:25 +0200)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/gst/geometrictransform/gstmirror.h
b/gst/geometrictransform/gstmirror.h
index 2084f2c145b5b1a07b9e7a779400819f03fbd9ba..22e6aa5d9f302100658c8c1b2a398cc87e513fb7 100644
(file)
--- a/
gst/geometrictransform/gstmirror.h
+++ b/
gst/geometrictransform/gstmirror.h
@@
-66,7
+66,7
@@
typedef struct _GstMirror GstMirror;
typedef struct _GstMirrorClass GstMirrorClass;
/**
- * Gst
ColorEffectsPreset
:
+ * Gst
MirrorMode
:
* @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