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:
parent
62197270dd
commit
ee98f056b1
@ -2393,3 +2393,15 @@ done:
|
|||||||
*outbuf_ptr = outbuf;
|
*outbuf_ptr = outbuf;
|
||||||
return ret;
|
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
|
||||||
|
@ -51,6 +51,9 @@ typedef enum {
|
|||||||
|
|
||||||
#ifndef GST_DISABLE_DEPRECATED
|
#ifndef GST_DISABLE_DEPRECATED
|
||||||
#define GST_TYPE_GL_STEREO_DOWNMIX_MODE_TYPE GST_TYPE_GL_STEREO_DOWNMIX
|
#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
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user