indextask: fixed typo and pass cancelled signal to Decoder::Index()
This commit is contained in:
@@ -18,9 +18,9 @@ void IndexTask::Action()
|
||||
decoder->set_stream(stream_);
|
||||
|
||||
decoder->Open();
|
||||
decoder->Index();
|
||||
decoder->Index(&IsCancelled());
|
||||
decoder->Close();
|
||||
|
||||
emit Succeeeded();
|
||||
emit Succeeded();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user