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

Commit 5a16ca2a authored by Andrew Lewis's avatar Andrew Lewis Committed by Automerger Merge Worker
Browse files

Merge "WebmFrameThread: Don't set mDone in WebmFrameSinkThread::stop" am: ae14fcc6

parents 163fc8d6 ae14fcc6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -197,7 +197,6 @@ status_t WebmFrameSinkThread::start() {
}

status_t WebmFrameSinkThread::stop() {
    mDone = true;
    mVideoFrames.push(WebmFrame::EOS);
    mAudioFrames.push(WebmFrame::EOS);
    return WebmFrameThread::stop();