mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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
2 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue