Closed
Bug 1141914
Opened 10 years ago
Closed 10 years ago
Don't use demuxer's metadata dimensions.
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: jya, Assigned: jya)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
3.77 KB,
patch
|
cpearce
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Following bug 1128381, for pure AVCC data and outside the SharedDecoderManager we don't always use the picture dimension and aspect ratio found in the SPS NAL, but instead rely on the demuxer's metadata.
We should always use the SPS decoded data.
Assignee | ||
Comment 1•10 years ago
|
||
Always use decoded SPS and do not rely on demuxer's metadata for video/display dimensions
Attachment #8575778 -
Flags: review?(cpearce)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jyavenard
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8575778 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Updated•10 years ago
|
Blocks: EME, eme-platform-uplift
Flags: needinfo?(cpearce)
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Comment 4•10 years ago
|
||
Comment on attachment 8575778 [details] [diff] [review]
Always use video dimensions using extradata's SPS
Approval Request Comment
[Feature/regressing bug #]: EME
[User impact if declined]: Videos may not have the correct aspect ratio after the quality of stream/video/bitrate increases.
[Describe test coverage new/current, TreeHerder]: Local testing on partner site. We're working on a mochitest to cover stream switching too, but it's not ready yet.
[Risks and why]: Low risk, this keeps the data we hand the decoder more up to date, so shouldn't cause issue.
[String/UUID change made/needed]: None
Attachment #8575778 -
Flags: approval-mozilla-aurora?
Comment 5•10 years ago
|
||
Comment on attachment 8575778 [details] [diff] [review]
Always use video dimensions using extradata's SPS
We can take the uplift for Aurora at this stage, but please ensure there's mochitest(s) for Beta.
Attachment #8575778 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•10 years ago
|
status-firefox38:
--- → affected
tracking-firefox38:
--- → +
Assignee | ||
Comment 7•10 years ago
|
||
On its own this bug isn't very useful. It won't work without part of 1128381. Should I include those parts? going to make it a pain to uplift the rest
Flags: needinfo?(jyavenard) → needinfo?(ryanvm)
Updated•10 years ago
|
Flags: needinfo?(jyavenard)
Assignee | ||
Comment 9•10 years ago
|
||
It's missing bug 1139779. Will request uplift of that one
Flags: needinfo?(jyavenard)
Comment 10•10 years ago
|
||
Try of Aurora uplift:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a1fb645a5a9e
Comment 11•10 years ago
|
||
Updated•10 years ago
|
Flags: needinfo?(cpearce)
You need to log in
before you can comment on or make changes to this bug.
Description
•