build: Make GStreamer backend the default

Instead of compiling without media backend by default, we now use the
GStreamer backend.

This means that CI now requires gstreamer support.
This commit is contained in:
Benjamin Otte 2018-03-04 15:03:26 +01:00
parent 0f4ab5862a
commit 09a21f1cd2

View File

@ -11,7 +11,7 @@ option('quartz-backend', type: 'boolean', value: true,
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