Skip to content

build: Drop G_DISABLE_DEPRECATED

Given that GStreamer does use deprecated API in GLib, disabling deprecated symbols during development won't really work.

Deprecations in GLib come in the form of compiler warnings, these days.

Merge request reports