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.
This commit is contained in:
Arun Raghavan 2020-10-14 09:09:53 -04:00
parent 314e97d995
commit d8e708e44c

View file

@ -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',