From d8e708e44c551f5a385f482597d649c6996c1ccb Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Wed, 14 Oct 2020 09:09:53 -0400 Subject: [PATCH] build-sys: Set the GStreamer RTP backend to disabled by default Packaging shouldn't be using the automatic setting anyway, and let's disable by default for one release and mark this as experimental so we can flush out any corner cases. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 8f8a383ec..824f24e08 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -100,7 +100,7 @@ option('gsettings', type : 'feature', value : 'auto', description : 'Optional GSettings support') option('gstreamer', - type : 'feature', value : 'auto', + type : 'feature', value : 'disabled', description : 'Optional GStreamer dependency for media-related functionality') option('gtk', type : 'feature', value : 'auto',