Add buffer duration to initialisation list.

This commit is contained in:
John Maguire 2010-10-11 16:46:06 +00:00
parent 65c7e6007c
commit a916db4c13
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ GstEngine::GstEngine()
rg_mode_(0),
rg_preamp_(0.0),
rg_compression_(true),
buffer_duration_ms_(1000),
seek_timer_(new QTimer(this)),
timer_id_(-1),
next_element_id_(0)