Virtualvfunc_Tell an overlay that it has been exposed. This will redraw the current frame in the drawable even if the pipeline is PAUSED.
Virtualvfunc_Tell an overlay that it should handle events from the window system. These events are forwarded upstream as navigation events. In some window system, events are not propagated in the window hierarchy if a client is listening for them. This method allows you to disable events handling completely from the GstVideo.VideoOverlay.
a gboolean indicating if events should be handled or not.
Virtualvfunc_virtual method to set the render rectangle
Virtualvfunc_This will call the video overlay's set_window_handle method. You
should use this method to tell to an overlay to display video output to a
specific window (e.g. an XWindow on X11). Passing 0 as the handle will
tell the overlay to stop using that window and create an internal one.
a handle referencing the window.
Interface for implementing VideoOverlay. Contains only the virtual methods that need to be implemented.