various: allow users to override the start and end index of image sequences

Also includes various fixes to footage property setting/signalling.
This commit is contained in:
itsmattkc
2020-03-09 19:58:42 +11:00
parent 0131d83256
commit 16b072fa98
11 changed files with 181 additions and 26 deletions
+2
View File
@@ -179,6 +179,8 @@ void VideoRenderWorker::HashNodeRecursively(QCryptographicHash *hash, const Node
if (stream->type() == Stream::kVideo) {
hash->addData(QStringLiteral("%1/%2").arg(QString::number(input_time.numerator()),
QString::number(input_time.denominator())).toUtf8());
hash->addData(QString::number(static_cast<VideoStream*>(stream.get())->start_time()).toUtf8());
/*Decoder::RetrieveState state = decoder->GetRetrieveState(input_time);
if (state == Decoder::kReady) {