Closed
Bug 1497610
Opened 6 years ago
Closed 6 years ago
Upstream IsNewerOrSameTimestamp
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Upstream just uses IsNewerTimestamp. We should research why we made this change, and if it is still relevant, attempt to upstream it.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dminor
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
Try run for the removal here: https://treeherder.mozilla.org/#/jobs?repo=try&revision=b6e1b30de38612a5d44e70daae8a769a3247a481
Comment 2•6 years ago
|
||
So this was from bug 985254, which made the H264 packetization code work reasonably correctly. There's no way a Try run would catch any issues with that code.
This was so that it wouldn't barf if we passed single SPS or PPS NALs in with the same timestamp as a later Iframe NAL -- in RTP, multiple NALs with the same timestamp are ok, it's only wrong if the timestamp goes backwards. So while much of the code we landed in bug 985254 may not be relevant (or if relevant may require recoding), this is likely still correct, even if it currently avoids tripping on this problem due to other processing in the reception of H264 and de-jittering.
Comment 3•6 years ago
|
||
You can see an earlier attempt to upstream this code, linked to by that bug
Assignee | ||
Comment 4•6 years ago
|
||
Similar to Bug 1497974, these are only used in VCMJitterBuffer, which the older jitter buffer that we no longer use. We're safe to remove these.
Assignee | ||
Comment 5•6 years ago
|
||
The affected functions are only used by VCMJitterBuffer, which is the older
jitter buffer that is no longer in use. We can safely remove these
modifications.
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5ed0ed11b23d
Remove IsNewerOrSameTimestamp; r=bwc
Comment 7•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•