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

Commit 90874e34 authored by hkuang's avatar hkuang Committed by Hangyu Kuang
Browse files

Revert "GraphicBufferSource: ensure EOS buffer can be submitted"

This reverts commit a63c9e6d.

Test: CTS test
Bug: 149793408
(cherry picked from commit 5ee42e6c)

Change-Id: Ie2505125c367b068052fe11b86471abb077a1901
parent 06675ff3
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();
    }