Skip to content

gl: Mark GL memory GType functions as deprecated

Sebastian Dröge requested to merge slomo/gstreamer:memory-subclass-gtypes into main

They can't be used in any useful way. The type of every GstMemory is always GST_TYPE_MEMORY and the subtyping relationship has to be implemented on top of that via the associated allocator and mem_type string.

Merge request reports