Unverified Commit e36a8fbc authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #8275 from andrewvoznytsa/pr-gstreamer-tweaks

Allow developers (or advanced users) to override gstreamer debug settings
parents fdb02724 c16ababc
......@@ -132,7 +132,7 @@ void initializeVideoStreaming(int &argc, char* argv[], char* logpath, char* debu
gst_ios_init();
#else
//-- Generic initialization
if (logpath) {
if (qgetenv("GST_DEBUG").isEmpty() && logpath) {
QString gstDebugFile = QString("%1/%2").arg(logpath).arg("gstreamer-log.txt");
qDebug() << "GStreamer debug output:" << gstDebugFile;
if (debuglevel) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment