diff options
author | MaZderMind <git@mazdermind.de> | 2015-11-26 19:54:09 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-11-26 20:12:19 +0100 |
commit | fbc33a1e169fdcd55b8177d1d524da9b06f52d99 (patch) | |
tree | 528500ce598f6fe63812c08beefeb3543d23d01a | |
parent | 6c415915a5980ed8f750a6d73d243b2a4842adf2 (diff) |
[voctocore] 100 buffers was not enough in practice
-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 942454d..640d4fa 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=100 + buffers-max=500 sync-method=next-keyframe name=fd """.format( diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py index ee77c4d..ff50ecb 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=100 + buffers-max=500 sync-method=next-keyframe name=fd """.format( |