Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
0c728715
Commit
0c728715
authored
Jun 28, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix reloading clip doesn't update duration
Fixes
#275
parent
b48dfdba
Pipeline
#4706
passed with stage
in 21 minutes and 48 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/jobs/loadjob.cpp
View file @
0c728715
...
...
@@ -86,7 +86,7 @@ void processProducerProperties(const std::shared_ptr<Mlt::Producer> &prod, const
QString
value
;
QStringList
internalProperties
;
internalProperties
<<
QStringLiteral
(
"bypassDuplicate"
)
<<
QStringLiteral
(
"resource"
)
<<
QStringLiteral
(
"mlt_service"
)
<<
QStringLiteral
(
"audio_index"
)
<<
QStringLiteral
(
"video_index"
)
<<
QStringLiteral
(
"mlt_type"
);
<<
QStringLiteral
(
"video_index"
)
<<
QStringLiteral
(
"mlt_type"
)
<<
QStringLiteral
(
"length"
)
;
QDomNodeList
props
;
if
(
xml
.
tagName
()
==
QLatin1String
(
"producer"
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment