Closed
Bug 1195094
Opened 10 years ago
Closed 9 years ago
H264Converter not properly extracting SPS for decoder requiring AnnexB
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla44
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(2 files)
4.17 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
3.39 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
The H264Converter monitors the SPS NAL in incoming H264 compressed samples.
The tool to do so only works with AVCC samples.
However, the first thing the H264Converter does is convert samples to AnnexB. So the code in place just doesnt work as it is.
Updated•10 years ago
|
Priority: -- → P5
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jyavenard
Assignee | ||
Comment 1•9 years ago
|
||
Ensure original TrackInfo isn't modified. Amend the PDM documentation so that the reference to the TrackInfo object is to be copied
Attachment #8677856 -
Flags: review?(cpearce)
Updated•9 years ago
|
Attachment #8677856 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
detect SPS change for decoder requiring AnnexB (Gonk/WMF)
Attachment #8677871 -
Flags: review?(cpearce)
Updated•9 years ago
|
Attachment #8677871 -
Flags: review?(cpearce) → review+
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/bb0870b54aef
https://hg.mozilla.org/mozilla-central/rev/b4401440ad83
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•