summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglwindow.h
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2018-02-08 21:14:56 +1100
committerMatthew Waters <matthew@centricular.com>2018-02-08 21:14:56 +1100
commitbc604f35978227c8885665c4a44d7a54665b70a2 (patch)
tree3df47c7ac314229e9740a8346669c6f5e42b1c77 /gst-libs/gst/gl/gstglwindow.h
parent54701ceb4041b81f7c3074bad2c62b69a7c9ed80 (diff)
gl: remove more deprecated type aliases
Additions on top of https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=32a17f313494cbadaf8ec4e337d742e8d7e1b67b https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=c8b99139b1ef3f8891548b0f2607a135917c338e
Diffstat (limited to 'gst-libs/gst/gl/gstglwindow.h')
-rw-r--r--gst-libs/gst/gl/gstglwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst-libs/gst/gl/gstglwindow.h b/gst-libs/gst/gl/gstglwindow.h
index d943b795f..83e6a98c6 100644
--- a/gst-libs/gst/gl/gstglwindow.h
+++ b/gst-libs/gst/gl/gstglwindow.h
@@ -34,10 +34,6 @@ GST_EXPORT
GType gst_gl_window_get_type (void);
#define GST_TYPE_GL_WINDOW (gst_gl_window_get_type())
-/* FIXME: remove this when moving to -base */
-#ifndef GST_DISABLE_DEPRECATED
-#define GST_GL_TYPE_WINDOW GST_TYPE_GL_WINDOW
-#endif
#define GST_GL_WINDOW(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_GL_WINDOW, GstGLWindow))
#define GST_GL_WINDOW_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GST_TYPE_GL_WINDOW, GstGLWindowClass))
#define GST_IS_GL_WINDOW(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GST_TYPE_GL_WINDOW))