Callbacks¶
|
Details¶
- GstGLEGL.EGLImageDestroyNotify(image, data)¶
- Parameters:
image (
GstGLEGL.EGLImage
) – aGstGLEGL.EGLImage
data (
object
orNone
) – user data passed toGstGLEGL.EGLImage.new_wrapped
()
Function to be called when the
GstGLEGL.EGLImage
is destroyed. It should free the associatedEGLImage
if necessary