mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
gl: Add versioned Deprecated
marker to gst_gl_display_find_window
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1764>
This commit is contained in:
parent
5d8705437d
commit
5acb8ac559
1 changed files with 1 additions and 2 deletions
|
@ -741,8 +741,6 @@ gst_gl_display_remove_window (GstGLDisplay * display, GstGLWindow * window)
|
||||||
* @data: (closure): some data to pass to @compare_func
|
* @data: (closure): some data to pass to @compare_func
|
||||||
* @compare_func: (scope call): a comparison function to run
|
* @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
|
* Execute @compare_func over the list of windows stored by @display. The
|
||||||
* first argument to @compare_func is the #GstGLWindow being checked and the
|
* first argument to @compare_func is the #GstGLWindow being checked and the
|
||||||
* second argument is @data.
|
* second argument is @data.
|
||||||
|
@ -751,6 +749,7 @@ gst_gl_display_remove_window (GstGLDisplay * display, GstGLWindow * window)
|
||||||
* from @compare_func
|
* from @compare_func
|
||||||
*
|
*
|
||||||
* Since: 1.12
|
* Since: 1.12
|
||||||
|
* Deprecated: 1.18: Use gst_gl_display_retrieve_window() instead.
|
||||||
*/
|
*/
|
||||||
GstGLWindow *
|
GstGLWindow *
|
||||||
gst_gl_display_find_window (GstGLDisplay * display, gpointer data,
|
gst_gl_display_find_window (GstGLDisplay * display, gpointer data,
|
||||||
|
|
Loading…
Reference in a new issue