GstVideo.VideoSinkClass

Fields

Name

Type

Access

Description

parent_class

GstBase.BaseSinkClass

r

the parent class structure

set_info

object

r

show_frame

object

r

render a video frame. Maps to GstBase.BaseSink.do_render() and GstBase.BaseSink.do_preroll() vfuncs. Rendering during preroll will be suppressed if the GstVideo.VideoSink :show-preroll-frame property is set to False.

Methods

None

Details

class GstVideo.VideoSinkClass

The video sink class structure. Derived classes should override the show_frame virtual function.