-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1928110 - Vendor libwebrtc from 8445abdf80
Upstream commit: https://webrtc.googlesource.com/src/+/8445abdf8069cadcbd134369b70d0ebd436ef477 Fix regression caused by default action changed for h264:Nalu:kFiller This commit fixes the issue of discontinuous RTP sequence numbers caused by improper discarding of these nalu types: kFiller/kEndofSequence/kEndOfStream. (cherry picked from commit 521b09bfb720eb9a32d53e90aaf6501249ec445b) Bug: webrtc:368335257 PR: chromium:375352614 Change-Id: Id7a2d34b22ee1c6e1523d8279d9838c57fdeb97f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/366501 Reviewed-by: Danil Chapovalov <danilchapwebrtc.org> Commit-Queue: Sergey Silkin <ssilkinwebrtc.org> Reviewed-by: Sergey Silkin <ssilkinwebrtc.org> Cr-Original-Commit-Position: refs/heads/main{#43299} Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/366900 Reviewed-by: Erik Språng <sprangwebrtc.org> Commit-Queue: Danil Chapovalov <danilchapwebrtc.org> Cr-Commit-Position: refs/branch-heads/6778{#3} Cr-Branched-From: 7b1b7a0f51593df7a1a802f489d6a2fb14195bcc-refs/heads/main{#43221} UltraBlame original commit: 23106113b4ec15eabf05791cc8c4f5689fd209a9
- Loading branch information
Showing
4 changed files
with
141 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1068,6 +1068,14 @@ intel | |
. | ||
com | ||
> | ||
Shunbo | ||
Li | ||
< | ||
lishunbo | ||
shengwang | ||
. | ||
cn | ||
> | ||
Seija | ||
< | ||
doremylover123 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1495,6 +1495,8 @@ NaluType | |
: | ||
kFiller | ||
: | ||
break | ||
; | ||
case | ||
H264 | ||
: | ||
|