diff --git a/validate/tools/launcher/apps/gst-validate.py b/validate/tools/launcher/apps/gst-validate.py index 04862e0936..083a046b7b 100644 --- a/validate/tools/launcher/apps/gst-validate.py +++ b/validate/tools/launcher/apps/gst-validate.py @@ -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