mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
validate:launcher: ring-buffer-max-size is in bytes
This commit is contained in:
parent
ad25b4d160
commit
bbbd5fe2d0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue