Closed
Bug 1185827
Opened 10 years ago
Closed 9 years ago
Handle audio configuration change
Categories
(Core :: Audio/Video, defect, P1)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla43
People
(Reporter: jya, Assigned: jya)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
1.44 KB,
patch
|
jya
:
review-
|
Details | Diff | Splinter Review |
1.44 KB,
patch
|
mozbugz
:
review+
|
Details | Diff | Splinter Review |
At this stage, this is likely the most important feature required to have an almost complete MSE support.
We do not handle changing audio configuration (either change of sampling rate or channels count).
Worse, it could result in a crash (assert) or out of bound memory access.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8647837 -
Flags: review?(gsquelart)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8647838 -
Flags: review?(gsquelart)
Assignee | ||
Updated•10 years ago
|
Attachment #8647837 -
Flags: review?(gsquelart) → review-
Comment on attachment 8647838 [details] [diff] [review]
[MSE] Error when detecting an audio format configuration change.
Review of attachment 8647838 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/media/mediasource/TrackBuffersManager.cpp
@@ +978,5 @@
> // 6. Set first initialization segment received flag to true.
> mFirstInitializationSegmentReceived = true;
> } else {
> + // Check that audio configuration hasn't changed as this is something
> + // we do not support yet (bug bug 1185827).
Remove redundant 'bug'.
Attachment #8647838 -
Flags: review?(gsquelart) → review+
Comment 5•10 years ago
|
||
Assignee: nobody → jyavenard
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Backed out for a youtube playback regression. See Bug 1199573.
https://hg.mozilla.org/releases/mozilla-aurora/rev/5bb661db5c6c
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•9 years ago
|
Status: REOPENED → RESOLVED
Closed: 10 years ago → 9 years ago
Resolution: --- → FIXED
Comment 8•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•