gstreamer-rs/gstreamer-gl/src/subclass
Marijn Suijten 01f0988a48 gl/gir: Configure generation for GLFilter with miniobject quirks
GLMemory input/output objects cannot be passed as mutable:
to_glib_none_mut checks if the miniobject is writable, even though the
underlying implementation should really only care about whether the
_data_ owned by this miniobject is.

(This temporary GLMemory object references its parent buffer object
 that is also referenced externally, resulting in two references making
 the object itself immutable)

Furthermore take care of automatically calling `add_rgba_pad_templates`
in `class_init` if `ADD_RGBA_PAD_TEMPLATES` is set to `true` (the
default).
2021-04-17 07:54:40 +00:00
..
gl_base_filter.rs gl/gl_base_filter: Implement GLBaseFilterImpl virtual functions 2021-04-17 07:54:40 +00:00
gl_filter.rs gl/gir: Configure generation for GLFilter with miniobject quirks 2021-04-17 07:54:40 +00:00
mod.rs gl/gl_filter: Add GLFilterImpl with configurable filter/filter_texture 2021-04-17 07:54:40 +00:00