Add subclassing support for GstVideoEncoder
It probably makes sense to first wrap more parts libgstvideo in gstreamer-rs so that things like GstVideoCodecFrame and GstVideoInfo/Frame can possibly be directly used without writing manual bindings. https://github.com/sdroege/gstreamer-rs/issues/5
As part of this should also be a simple decoder element. Maybe just a minimal element that takes e.g. a BMP image and encodes it (or rather adds the header).
Edited by Sebastian Dröge