From c099bc00d7d793be7d35a896cce2a2ca1222715f Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 14 Nov 2015 15:35:35 +0100 Subject: raise max-buffer-limit to 100 buffers, #16 --- voctocore/lib/avpreviewoutput.py | 2 +- voctocore/lib/avrawoutput.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'voctocore/lib') diff --git a/voctocore/lib/avpreviewoutput.py b/voctocore/lib/avpreviewoutput.py index 9577a85..942454d 100644 --- a/voctocore/lib/avpreviewoutput.py +++ b/voctocore/lib/avpreviewoutput.py @@ -38,7 +38,7 @@ class AVPreviewOutput(TCPMultiConnection): writing-app=Voctomix-AVPreviewOutput ! multifdsink - buffers-max=25 + buffers-max=100 sync-method=next-keyframe name=fd """.format( diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py index dc32e97..f7dcdf4 100644 --- a/voctocore/lib/avrawoutput.py +++ b/voctocore/lib/avrawoutput.py @@ -29,7 +29,7 @@ class AVRawOutput(TCPMultiConnection): writing-app=Voctomix-AVRawOutput ! multifdsink - buffers-max=25 + buffers-max=100 sync-method=next-keyframe name=fd """.format( -- cgit v1.2.3