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
c9725c13
Commit
c9725c13
authored
Apr 19, 2020
by
Vincent Pinon
Browse files
Fix OTIO imports (no kdenlive:id property)
parent
0658113c
Pipeline
#18611
passed with stage
in 15 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/projectitemmodel.cpp
View file @
c9725c13
...
...
@@ -1005,6 +1005,7 @@ void ProjectItemModel::loadBinPlaylist(Mlt::Tractor *documentTractor, Mlt::Tract
}
std
::
shared_ptr
<
Mlt
::
Producer
>
producer
(
new
Mlt
::
Producer
(
prod
->
parent
()));
int
id
=
producer
->
get_int
(
"kdenlive:id"
);
if
(
!
id
)
id
=
getFreeClipId
();
binProducers
.
insert
(
id
,
producer
);
}
// Do the real insertion
...
...
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