mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
glviewconvert: Create an anonymous enum for GstGLStereoDownmix
Older glib-mkenums completely fails to parse it otherwise.
This commit is contained in:
parent
c5b78fdc93
commit
2b0298d847
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ G_BEGIN_DECLS
|
||||||
*
|
*
|
||||||
* Output anaglyph type to generate when downmixing to mono
|
* Output anaglyph type to generate when downmixing to mono
|
||||||
*/
|
*/
|
||||||
typedef enum _GstGLStereoDownmix {
|
typedef enum {
|
||||||
GST_GL_STEREO_DOWNMIX_ANAGLYPH_GREEN_MAGENTA_DUBOIS,
|
GST_GL_STEREO_DOWNMIX_ANAGLYPH_GREEN_MAGENTA_DUBOIS,
|
||||||
GST_GL_STEREO_DOWNMIX_ANAGLYPH_RED_CYAN_DUBOIS,
|
GST_GL_STEREO_DOWNMIX_ANAGLYPH_RED_CYAN_DUBOIS,
|
||||||
GST_GL_STEREO_DOWNMIX_ANAGLYPH_AMBER_BLUE_DUBOIS,
|
GST_GL_STEREO_DOWNMIX_ANAGLYPH_AMBER_BLUE_DUBOIS,
|
||||||
|
|
Loading…
Reference in a new issue