Use autoaudiosink

This commit is contained in:
Thomas Adamcik 2010-08-17 01:33:10 +02:00
parent 4000fda43f
commit 77550ce291

View File

@ -65,7 +65,7 @@ class GStreamerProcess(BaseProcess):
self.gst_pipeline = gst.parse_launch(' ! '.join([
'volume name=volume',
'alsasink'
'autoaudiosink'
]))
pad = self.gst_pipeline.get_by_name('volume').get_pad('sink')