Use alsasink ase there seems to be a bug with using pulse in this maner
This commit is contained in:
parent
b2b169eaa9
commit
869e3cbc67
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user