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
51054fea
Commit
51054fea
authored
Feb 24, 2022
by
Jean-Baptiste Mardelle
Browse files
Add debug info to better understand proxy rendering issue.
Related to
#1332
parent
df583cdc
Pipeline
#141746
passed with stage
in 5 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/binplaylist.cpp
View file @
51054fea
...
...
@@ -164,6 +164,7 @@ QMap<QString, QString> BinPlaylist::getProxies(const QString &root)
proxies
.
insert
(
proxy
,
sourceUrl
);
}
}
qDebug
()
<<
"AAAAAAAAAAAAAAAAAAAAAAA
\n
FOUND PROXIES IN PROJECT:"
<<
proxies
<<
"
\n\n
AAAAAAAAAAAAAAAAAAAAAAAAAA"
;
return
proxies
;
}
...
...
src/doc/kdenlivedoc.cpp
View file @
51054fea
...
...
@@ -1877,6 +1877,7 @@ void KdenliveDoc::useOriginals(QDomDocument &doc)
}
}
}
qDebug
()
<<
"BBBBBBBBBBBBB
\n\n
DOCUMENT FOR RENDER:
\n
"
<<
doc
.
toString
()
<<
"
\n\n
BBBBBBBBBBBBBBBBBBBBB"
;
}
void
KdenliveDoc
::
cleanupTimelinePreview
(
const
QDateTime
&
documentDate
)
...
...
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