glviewconvert: Create an anonymous enum for GstGLStereoDownmix

Older glib-mkenums completely fails to parse it otherwise.
This commit is contained in:
Sebastian Dröge 2018-10-03 23:17:56 +03:00
parent c5b78fdc93
commit 2b0298d847

View file

@ -43,7 +43,7 @@ G_BEGIN_DECLS
*
* 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_RED_CYAN_DUBOIS,
GST_GL_STEREO_DOWNMIX_ANAGLYPH_AMBER_BLUE_DUBOIS,