Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit def61c9c authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

GraphicBufferSource: Disable timestamp snapping by default

Test: atest CtsMediaTestCases -- \
--module-arg CtsMediaTestCases:size:small

Test: record slow-motion videos and play back

Bug: 139457775
Change-Id: I84f588fcedf5620033cc47ee0b4d0c9f02e04d47
parent f73f8771
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1382,7 +1382,7 @@ status_t GraphicBufferSource::setTimeLapseConfig(double fps, double captureFps)
    mCaptureFps = captureFps;
    if (captureFps > fps) {
        mSnapTimestamps = 1 == base::GetIntProperty(
                "debug.stagefright.snap_timestamps", int64_t(1));
                "debug.stagefright.snap_timestamps", int64_t(0));
    } else {
        mSnapTimestamps = false;
    }