validate:launcher: ring-buffer-max-size is in bytes
authorThibault Saunier <tsaunier@gnome.org>
Thu, 17 Apr 2014 10:58:48 +0000 (12:58 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Thu, 17 Apr 2014 10:58:48 +0000 (12:58 +0200)
validate/tools/launcher/apps/gst-validate.py

index 04862e0936def64c321872d5271f3ab452309d43..083a046b7be36fe1a65b032e41c836f69a79a5f7 100644 (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