From 869e3cbc6796f3ea11ebc3938fc24abc819a472e Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 14 Aug 2010 23:55:21 +0200 Subject: [PATCH] Use alsasink ase there seems to be a bug with using pulse in this maner --- mopidy/outputs/gstreamer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/outputs/gstreamer.py b/mopidy/outputs/gstreamer.py index da4cbd20..cec27db0 100644 --- a/mopidy/outputs/gstreamer.py +++ b/mopidy/outputs/gstreamer.py @@ -65,7 +65,7 @@ class GStreamerProcess(BaseProcess): self.gst_pipeline = gst.parse_launch(' ! '.join([ 'volume name=volume', - 'autoaudiosink' + 'alsasink' ])) decode_bin = gst.element_factory_make('uridecodebin', 'uri')