Skip to content

video/gtk4: Remove cfg flag for gst-gl

Jordan Petridіs requested to merge alatiera/gst-plugins-rs:alatiera/gst-gl into main

GTK 4 hard depends on GL on all platforms, and now both windows and macos have codepaths for the paintable sink to produce GLTextures.

This we can now drop the cfg build flag we have making it optional.

Merge request reports