diff --git a/src/engines/gstengine.cpp b/src/engines/gstengine.cpp index a8134abdf..68ebc8b19 100644 --- a/src/engines/gstengine.cpp +++ b/src/engines/gstengine.cpp @@ -652,7 +652,7 @@ qint64 GstEngine::PruneScope() { qint64 pos = current_pipeline_->position(); GstBuffer *buf = 0; - quint64 etime; + quint64 etime = 0; // free up the buffers that the audio device has advanced past already do {