validate:launcher: ring-buffer-max-size is in bytes
This commit is contained in:
parent
ad25b4d160
commit
bbbd5fe2d0
@ -62,8 +62,8 @@ class PlaybinDescriptor(PipelineDescriptor):
|
|||||||
pipe += " uri=%s" % uri
|
pipe += " uri=%s" % uri
|
||||||
|
|
||||||
if hasattr(scenario, "reverse-playback") and protocol == Protocols.HTTP:
|
if hasattr(scenario, "reverse-playback") and protocol == Protocols.HTTP:
|
||||||
# 10MB so we can reverse playbacl
|
# 10MB so we can reverse playback
|
||||||
pipe += " ring-buffer-max-size=10240"
|
pipe += " ring-buffer-max-size=10485760"
|
||||||
|
|
||||||
return pipe
|
return pipe
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user