diff options
author | MaZderMind <git@mazdermind.de> | 2015-11-14 15:35:35 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-11-14 17:13:11 +0100 |
commit | c099bc00d7d793be7d35a896cce2a2ca1222715f (patch) | |
tree | ed97ebab6c4ebff0a4496a6bb17df718617ca276 /voctocore | |
parent | af0ef0110ff88b96d8b12672bfd35dfc0bd5b0aa (diff) |
raise max-buffer-limit to 100 buffers, #16
Diffstat (limited to 'voctocore')
-rw-r--r-- | voctocore/lib/avpreviewoutput.py | 2 | ||||
-rw-r--r-- | voctocore/lib/avrawoutput.py | 2 |
2 files changed, 2 insertions, 2 deletions
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( |