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
bb81a5e8
Commit
bb81a5e8
authored
Nov 09, 2021
by
Jean-Baptiste Mardelle
Browse files
Remove debug
parent
97b0ca55
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/transitions/transitionsrepository.cpp
View file @
bb81a5e8
...
...
@@ -110,9 +110,7 @@ void TransitionsRepository::parseType(QScopedPointer<Mlt::Properties> &metadata,
Mlt
::
Properties
tags
(
mlt_properties
(
metadata
->
get_data
(
"tags"
)));
bool
audio
=
QString
(
tags
.
get
(
0
))
==
QLatin1String
(
"Audio"
);
qDebug
()
<<
"::: TESTING TRANSITION: "
<<
res
.
id
;
if
(
getSingleTrackTransitions
().
contains
(
res
.
id
))
{
qDebug
()
<<
"======
\n
FOUND TRANSITION: "
<<
res
.
id
<<
"
\n\n
BBBBBBBBBBBBB"
;
if
(
audio
)
{
res
.
type
=
AssetListType
::
AssetType
::
AudioTransition
;
}
else
{
...
...
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