glviewconvert: Add backwards compatibility gst_gl_stereo_downmix_mode_get_type()

It's proper new name is gst_gl_stereo_downmix_get_type().
This commit is contained in:
Sebastian Dröge 2018-10-04 13:38:59 +03:00
parent 62197270dd
commit ee98f056b1
2 changed files with 15 additions and 0 deletions

View file

@ -2393,3 +2393,15 @@ done:
*outbuf_ptr = outbuf;
return ret;
}
#ifndef GST_REMOVE_DEPRECATED
#ifdef GST_DISABLE_DEPRECATED
GST_GL_API GType gst_gl_stereo_downmix_mode_get_type (void);
#endif
GType
gst_gl_stereo_downmix_mode_get_type (void)
{
return gst_gl_stereo_downmix_get_type ();
}
#endif

View file

@ -51,6 +51,9 @@ typedef enum {
#ifndef GST_DISABLE_DEPRECATED
#define GST_TYPE_GL_STEREO_DOWNMIX_MODE_TYPE GST_TYPE_GL_STEREO_DOWNMIX
GST_GL_API
GType gst_gl_stereo_downmix_mode_get_type (void);
#endif
/**