GLDisplay.findWindow

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.

More...

Parameters

data void*

some data to pass to compare_func

compareFunc glib.types.CompareFunc

a comparison function to run

Return Value

Type: gstgl.glwindow.GLWindow

The first #GstGLWindow that causes a match from compare_func

Detailed Description