icecat: add release icecat-140.7.0-1gnu1 for aramo
This commit is contained in:
parent
17ba0259bf
commit
86c0c0ca33
156 changed files with 9131 additions and 4525 deletions
|
|
@ -491,6 +491,8 @@ int32_t WebrtcGmpVideoEncoder::SetRates_g(uint32_t aOldBitRateKbps,
|
|||
return WEBRTC_VIDEO_CODEC_ERROR;
|
||||
}
|
||||
|
||||
GMP_LOG_DEBUG("GMP Encoder %p setting rate %ukbps", this, aNewBitRateKbps);
|
||||
|
||||
mNeedKeyframe |= (aOldBitRateKbps == 0 && aNewBitRateKbps != 0);
|
||||
|
||||
GMPErr err = mGMP->SetRates(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue