PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: 0b920f80 by Tanu Kaskinen at 2022-01-05T17:36:14+02:00 meson: Enable GStreamer-based RTP by default (when available) The feature was added in 14.0 and was declared experimental at that point. It should be stable enough to enable by default now. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/680> - - - - - 1 changed file: - meson_options.txt Changes: ===================================== meson_options.txt ===================================== @@ -115,7 +115,7 @@ option('gsettings', type : 'feature', value : 'auto', description : 'Optional GSettings support') option('gstreamer', - type : 'feature', value : 'disabled', + type : 'feature', value : 'auto', description : 'Optional GStreamer dependency for media-related functionality') option('gtk', type : 'feature', value : 'auto', View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/0b920f8095126efe6fb028bde406701ce7b687ce -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/0b920f8095126efe6fb028bde406701ce7b687ce You're receiving this email because of your account on gitlab.freedesktop.org.
