validate:launcher: ring-buffer-max-size is in bytes

This commit is contained in:
Thibault Saunier 2014-04-17 12:58:48 +02:00
parent ad25b4d160
commit bbbd5fe2d0

View file

@ -62,8 +62,8 @@ class PlaybinDescriptor(PipelineDescriptor):
pipe += " uri=%s" % uri
if hasattr(scenario, "reverse-playback") and protocol == Protocols.HTTP:
# 10MB so we can reverse playbacl
pipe += " ring-buffer-max-size=10240"
# 10MB so we can reverse playback
pipe += " ring-buffer-max-size=10485760"
return pipe