Use autoaudiosink
This commit is contained in:
parent
4000fda43f
commit
77550ce291
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user