Skip to content

Commit

Permalink
fix: Fix the video preview issue (#557)
Browse files Browse the repository at this point in the history
Fix the video preview issue

Log: Fix the video preview issue
  • Loading branch information
pengfeixx authored Jan 10, 2025
1 parent b620e89 commit 24f2543
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libdmr/compositing_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ CompositingManager::CompositingManager()
}
if (_platform == Platform::Arm64 && isDriverLoaded)
m_bHasCard = true;
//TODO
_composited = false;
qInfo() << __func__ << "Composited is " << _composited;
return;
}
Expand Down Expand Up @@ -290,6 +292,8 @@ CompositingManager::CompositingManager()
{
_composited = true;
}
//TODO
_composited = false;
qInfo() << __func__ << "Composited is " << _composited;
}

Expand Down

0 comments on commit 24f2543

Please sign in to comment.