Add a subclassing feature to gstreamer-gl
There is support for using subclassing with gstreamer elements written in Rust, for example BaseSrcImpl
. This is the style of the tutorials. There isn't such support in gstreamer-gl, for example there is no GLBaseFilterImpl
.