icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -271,6 +271,14 @@ mozilla::ipc::IPCResult GMPVideoEncoderParent::RecvEncodedData(
|
|||
return IPC_OK();
|
||||
}
|
||||
|
||||
mozilla::ipc::IPCResult GMPVideoEncoderParent::RecvDroppedFrame(
|
||||
const uint64_t& aTimestamp) {
|
||||
if (mCallback) {
|
||||
mCallback->Dropped(aTimestamp);
|
||||
}
|
||||
return IPC_OK();
|
||||
}
|
||||
|
||||
mozilla::ipc::IPCResult GMPVideoEncoderParent::RecvError(const GMPErr& aError) {
|
||||
if (mCallback) {
|
||||
mCallback->Error(aError);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue