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

Commit ee21d15b authored by Andy Hung's avatar Andy Hung Committed by android-build-merger
Browse files

Merge "MediaBufferGroup: Fix MediaBufferGroup signal" into oc-dev

am: b6ed37ed

Change-Id: If757b343d5e22345192681c12c6bd912d1849236
parents f43c5e85 b6ed37ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ status_t MediaBufferGroup::acquire_buffer(
}

void MediaBufferGroup::signalBufferReturned(MediaBuffer *) {
    Mutex::Autolock autoLock(mLock);
    mCondition.signal();
}