Skip to content

Commit

Permalink
Bug 1928110 - Vendor libwebrtc from 8445abdf80
Browse files Browse the repository at this point in the history
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
marco-c committed Nov 27, 2024
1 parent 495df7b commit c4297cb
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 0 deletions.
8 changes: 8 additions & 0 deletions third_party/libwebrtc/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,14 @@ intel
.
com
>
Shunbo
Li
<
lishunbo
shengwang
.
cn
>
Seija
<
doremylover123
Expand Down
47 changes: 47 additions & 0 deletions third_party/libwebrtc/README.moz-ff-commit
Original file line number Diff line number Diff line change
Expand Up @@ -521357,3 +521357,50 @@ of
lastest
vendoring
4078ddf474
#
MOZ_LIBWEBRTC_SRC
=
/
home
/
mfroman
/
mozilla
/
elm
/
.
moz
-
fast
-
forward
/
moz
-
libwebrtc
MOZ_LIBWEBRTC_BRANCH
=
mozpatches
bash
dom
/
media
/
webrtc
/
third_party_build
/
fast
-
forward
-
libwebrtc
.
sh
#
base
of
lastest
vendoring
8445abdf80
84 changes: 84 additions & 0 deletions third_party/libwebrtc/README.mozilla
Original file line number Diff line number Diff line change
Expand Up @@ -869750,3 +869750,87 @@ on
.
409847
.
#
.
/
mach
python
dom
/
media
/
webrtc
/
third_party_build
/
vendor
-
libwebrtc
.
py
-
-
from
-
local
/
home
/
mfroman
/
mozilla
/
elm
/
.
moz
-
fast
-
forward
/
moz
-
libwebrtc
-
-
commit
mozpatches
libwebrtc
libwebrtc
updated
from
/
home
/
mfroman
/
mozilla
/
elm
/
.
moz
-
fast
-
forward
/
moz
-
libwebrtc
commit
mozpatches
on
2024
-
11
-
26T05
:
02
:
59
.
551215
.
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,8 @@ NaluType
:
kFiller
:
break
;
case
H264
:
Expand Down

0 comments on commit c4297cb

Please sign in to comment.