From 5acb8ac55921267c9fae2ff3028e05d10a9b64a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 21 Feb 2022 15:08:44 +0200 Subject: [PATCH] gl: Add versioned `Deprecated` marker to gst_gl_display_find_window Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.c b/subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.c index ca721f07d6..3996b333a9 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.c @@ -741,8 +741,6 @@ gst_gl_display_remove_window (GstGLDisplay * display, GstGLWindow * window) * @data: (closure): some data to pass to @compare_func * @compare_func: (scope call): a comparison function to run * - * Deprecated for gst_gl_display_retrieve_window(). - * * Execute @compare_func over the list of windows stored by @display. The * first argument to @compare_func is the #GstGLWindow being checked and the * second argument is @data. @@ -751,6 +749,7 @@ gst_gl_display_remove_window (GstGLDisplay * display, GstGLWindow * window) * from @compare_func * * Since: 1.12 + * Deprecated: 1.18: Use gst_gl_display_retrieve_window() instead. */ GstGLWindow * gst_gl_display_find_window (GstGLDisplay * display, gpointer data,