From 5d8705437d874fa3a2e6ba765d34a974ae06c49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 21 Feb 2022 15:05:55 +0200 Subject: [PATCH] gl: Replace existing G_DEPRECATED_FOR usage with GST_GL_DEPRECATED_FOR Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.h | 2 +- .../gst-plugins-base/gst-libs/gst/gl/gstglshaderstrings.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.h b/subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.h index 9f52d109f8..e86b81952a 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.h +++ b/subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.h @@ -180,7 +180,7 @@ GST_GL_API GstGLWindow * gst_gl_display_create_window (GstGLDisplay * display); GST_GL_API gboolean gst_gl_display_remove_window (GstGLDisplay * display, GstGLWindow * window); -GST_GL_API G_DEPRECATED_FOR(gst_gl_display_retrieve_window) +GST_GL_DEPRECATED_FOR(gst_gl_display_retrieve_window) GstGLWindow * gst_gl_display_find_window (GstGLDisplay * display, gpointer data, GCompareFunc compare_func); GST_GL_API GstGLWindow * gst_gl_display_retrieve_window (GstGLDisplay * display, gpointer data, GCompareFunc compare_func); diff --git a/subprojects/gst-plugins-base/gst-libs/gst/gl/gstglshaderstrings.h b/subprojects/gst-plugins-base/gst-libs/gst/gl/gstglshaderstrings.h index eba1b9e472..3a3f84a2f0 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/gl/gstglshaderstrings.h +++ b/subprojects/gst-plugins-base/gst-libs/gst/gl/gstglshaderstrings.h @@ -34,14 +34,14 @@ const gchar *gst_gl_shader_string_fragment_mediump_precision; GST_GL_API const gchar *gst_gl_shader_string_vertex_default; -GST_GL_API G_DEPRECATED_FOR(gst_gl_shader_string_fragment_get_default) +GST_GL_DEPRECATED_FOR(gst_gl_shader_string_fragment_get_default) const gchar *gst_gl_shader_string_fragment_default; GST_GL_API const gchar *gst_gl_shader_string_vertex_mat4_texture_transform; GST_GL_API const gchar *gst_gl_shader_string_vertex_mat4_vertex_transform; -GST_GL_API G_DEPRECATED_FOR(gst_gl_shader_string_fragment_external_oes_get_default) +GST_GL_DEPRECATED_FOR(gst_gl_shader_string_fragment_external_oes_get_default) const gchar *gst_gl_shader_string_fragment_external_oes_default; GST_GL_API