diff options
| author | 2020-01-28 00:53:39 +0000 | |
|---|---|---|
| committer | 2020-01-28 00:53:39 +0000 | |
| commit | 466691bed8140fba59e581600e71cdcb6c64e8bd (patch) | |
| tree | 87eb8a5564d288f5b2ade634100017b738203d81 /libs/gui/BLASTBufferQueue.cpp | |
| parent | 6298feb4e82b6d8fca70b7c12ee4644f8613942b (diff) | |
| parent | 181abd3e78b94026352b644a350b859acd552004 (diff) | |
Merge "Add desired present time to BLAST adapter"
Diffstat (limited to 'libs/gui/BLASTBufferQueue.cpp')
| -rw-r--r-- | libs/gui/BLASTBufferQueue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/BLASTBufferQueue.cpp b/libs/gui/BLASTBufferQueue.cpp index d2b25a23e4..3f359f537f 100644 --- a/libs/gui/BLASTBufferQueue.cpp +++ b/libs/gui/BLASTBufferQueue.cpp @@ -155,6 +155,7 @@ void BLASTBufferQueue::processNextBufferLocked() { t->setCrop(mSurfaceControl, computeCrop(bufferItem)); t->setTransform(mSurfaceControl, bufferItem.mTransform); t->setTransformToDisplayInverse(mSurfaceControl, bufferItem.mTransformToDisplayInverse); + t->setDesiredPresentTime(bufferItem.mTimestamp); if (applyTransaction) { t->apply(); |