Skip to content

gst-plugins-bad: gl support should be inherited from base

Currently no matter which options you pass to the meson setup, you'll always end up with:

gst-plugins-bad| Dependency gstreamer-gl-1.0 skipped: feature gl disabled
gst-plugins-bad| Dependency gstreamer-gl-prototypes-1.0 skipped: feature gl disabled

This patch fixes gl support in gst-plugins-bad taking value from gst-plugins-base:gl.

Merge request reports