Set default segment size from the start in buffer.

This commit is contained in:
Thulinma 2015-09-05 20:40:07 +02:00
parent 174de9dfb8
commit 9b5bea2b15

View file

@ -82,7 +82,7 @@ namespace Mist {
singleton = this;
bufferTime = 0;
cutTime = 0;
segmentSize = 0;
segmentSize = 5000;
}
inputBuffer::~inputBuffer(){