mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue