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
b5f06b30
Commit
b5f06b30
authored
Jan 25, 2021
by
Kristian Knudsen
Committed by
Jean-Baptiste Mardelle
Jan 26, 2021
Browse files
Fixed issue where changing speed resets audio channel of clip to channel 1
parent
270d3022
Pipeline
#48676
passed with stage
in 10 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/bin/projectclip.cpp
View file @
b5f06b30
...
...
@@ -821,6 +821,7 @@ std::shared_ptr<Mlt::Producer> ProjectClip::getTimelineProducer(int trackId, int
Mlt
::
Properties
cloneProps
(
warpProducer
->
get_properties
());
cloneProps
.
pass_list
(
original
,
ClipController
::
getPassPropertiesList
(
false
));
warpProducer
->
set
(
"length"
,
(
int
)
(
original_length
/
std
::
abs
(
speed
)
+
0.5
));
warpProducer
->
set
(
"audio_index"
,
audioStream
);
}
qDebug
()
<<
"warp LENGTH"
<<
warpProducer
->
get_length
();
...
...
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