Instead of compiling without media backend by default, we now use the
GStreamer backend.
This means that CI now requires gstreamer support.
description : 'Enable the macOS gdk backend (only when building on macOS)')
# Media backends
-option('media', type: 'string', value: 'none',
+option('media', type: 'string', value: 'gstreamer',
description : 'Build the specified media engines (comma-separated list, "all", or "none")')
# Optional dependencies