Skip to content
Snippets Groups Projects
Commit fd9c2e28 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

misc: disable hardware acceleration by default at running

Change-Id: I5b9a599b1579822ab97e943c8a36643698ba6820
parent 39d917dd
No related branches found
No related tags found
No related merge requests found
...@@ -201,6 +201,7 @@ MainApplication::initLrc() ...@@ -201,6 +201,7 @@ MainApplication::initLrc()
splash_->hide(); splash_->hide();
LRCInstance::subscribeToDebugReceived(); LRCInstance::subscribeToDebugReceived();
LRCInstance::getAPI().holdConferences = false; LRCInstance::getAPI().holdConferences = false;
LRCInstance::avModel().setHardwareAcceleration(false);
} }
void void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment