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

Commit ae14fcc6 authored by Andrew Lewis's avatar Andrew Lewis Committed by Gerrit Code Review
Browse files

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

parents f604b36d 8b30313a
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();