Skip to content

gl: New pushsrc-based glbasesrc base class

Philippe Normand requested to merge philn/gst-plugins-base:glbasesrc into master

The gltestsrc element was refactored to inherit from this base class which handles the GL context. The sub-class only needs to implement the gl_start, gl_stop and fill_gl_memory vfuncs, along with properly advertizing the GL APIs it supports through the supported_gl_api GstGLBaseSrc class attribute.

Edited by Philippe Normand

Merge request reports