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

Commit 0305e927 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

am: ee21d15b

Change-Id: I791b6bab71f43d7fd5936dba44b00ea1d75a30d7
parents 383a9b58 ee21d15b
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();
}