Use alsasink ase there seems to be a bug with using pulse in this maner

This commit is contained in:
Thomas Adamcik 2010-08-14 23:55:21 +02:00
parent b2b169eaa9
commit 869e3cbc67

View File

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