Remove appsrc from output until local backend tests are done
This commit is contained in:
parent
8950385815
commit
85100f2143
@ -43,7 +43,8 @@ class GStreamerProcess(BaseProcess):
|
||||
"""
|
||||
|
||||
pipeline_description = ' ! '.join([
|
||||
'appsrc name=src uridecodebin name=uri',
|
||||
#'appsrc name=src uridecodebin name=uri',
|
||||
'uridecodebin name=uri',
|
||||
'volume name=volume',
|
||||
'autoaudiosink name=sink',
|
||||
])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user