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
dc2e0a10
Commit
dc2e0a10
authored
Oct 24, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix broken audiostream code (thanks Filippo)
parent
37603e59
Pipeline
#9405
passed with stage
in 14 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mltcontroller/clippropertiescontroller.cpp
View file @
dc2e0a10
...
...
@@ -595,7 +595,7 @@ ClipPropertiesController::ClipPropertiesController(ClipController *controller, Q
// Audio index
QMap
<
int
,
QString
>
audioStreamsInfo
;
if
(
m_controller
->
audioInfo
())
{
m_controller
->
audioInfo
()
->
streamInfo
(
m_sourceProperties
);
audioStreamsInfo
=
m_controller
->
audioInfo
()
->
streamInfo
(
m_sourceProperties
);
}
if
(
!
audioStreamsInfo
.
isEmpty
())
{
QString
vix
=
m_sourceProperties
.
get
(
"audio_index"
);
...
...
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