mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-05-03 06:54:50 +00:00
Logger: Avoid an over CPU consumption.
This commit is contained in:
parent
41364c8146
commit
6440059012
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ void Logger::run()
|
|||
if (line != NULL) {
|
||||
processGstLog(line);
|
||||
g_free(line);
|
||||
}
|
||||
//usleep(10);
|
||||
} else
|
||||
usleep(10000);
|
||||
}
|
||||
|
||||
qDebug() << "Logger closed";
|
||||
|
|
Loading…
Reference in a new issue