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

Commit 5ee42e6c authored by hkuang's avatar hkuang
Browse files

Revert "GraphicBufferSource: ensure EOS buffer can be submitted"

This reverts commit a63c9e6d.

Test: CTS test
Bug: 149793408
parent 4b3223ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1423,7 +1423,7 @@ status_t GraphicBufferSource::signalEndOfInputStream() {
    // stall since no future events are expected.
    mEndOfStream = true;

    if (mExecuting && !haveAvailableBuffers_l()) {
    if (mStopTimeUs == -1 && mExecuting && !haveAvailableBuffers_l()) {
        submitEndOfInputStream_l();
    }