Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Scott Petrovic
kdenlive
Commits
0115ddbd
Commit
0115ddbd
authored
Oct 08, 2015
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix proxy clips sometimes changed to audio only
parent
abc4808e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/renderer.cpp
src/renderer.cpp
+1
-1
No files found.
src/renderer.cpp
View file @
0115ddbd
...
...
@@ -440,7 +440,7 @@ void Render::processProducerProperties(Mlt::Producer *prod, QDomElement xml)
//TODO: there is some duplication with clipcontroller > updateproducer that alsa copies properties
QString
value
;
QStringList
internalProperties
;
internalProperties
<<
"bypassDuplicate"
<<
"resource"
<<
"mlt_service"
;
internalProperties
<<
"bypassDuplicate"
<<
"resource"
<<
"mlt_service"
<<
"audio_index"
<<
"video_index"
;
QDomNodeList
props
;
if
(
xml
.
tagName
()
==
"producer"
)
{
props
=
xml
.
elementsByTagName
(
"property"
);
...
...
Write
Preview
Markdown
is supported
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