Closed
Bug 1228484
Opened 10 years ago
Closed 10 years ago
"Assertion failure: !Graph() || Graph() == aStream->Graph()"
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla46
People
(Reporter: jruderman, Assigned: karlt)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(3 files)
|
318 bytes,
text/html
|
Details | |
|
5.42 KB,
text/plain
|
Details | |
|
MozReview Request: bug 1228484 throw instead of capturing a second stream to a different graph r?roc
40 bytes,
text/x-review-board-request
|
roc
:
review+
ritu
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
|
Details |
Assertion failure: !Graph() || Graph() == aStream->Graph(), at dom/media/mediasink/DecodedStream.cpp:261
| Reporter | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → karlt
| Assignee | ||
Updated•10 years ago
|
Blocks: 1073615
status-firefox42:
--- → affected
status-firefox43:
--- → affected
status-firefox44:
--- → affected
status-firefox-esr38:
--- → affected
Component: Web Audio → Audio/Video: Playback
Keywords: regression
| Assignee | ||
Comment 2•10 years ago
|
||
I would like to remove support for capturing media elements of one channel to another channel type, but that was explicitly added for bug 1107534, that and the media element channel is mutable.
Adding support for capturing to multiple channels may be possible, but we should prevent this delusion of success for now.
| Assignee | ||
Comment 3•10 years ago
|
||
bug 1228484 throw instead of capturing a second stream to a different graph r?roc
Attachment #8695482 -
Flags: review?(roc)
Aren't we going to break the B2G stuff in bug 1107534?
Flags: needinfo?(karlt)
| Assignee | ||
Comment 5•10 years ago
|
||
This only affects b2g if it is capturing a single element into two different graphs, which would already be broken.
Flags: needinfo?(karlt)
Comment on attachment 8695482 [details]
MozReview Request: bug 1228484 throw instead of capturing a second stream to a different graph r?roc
https://reviewboard.mozilla.org/r/27129/#review24575
Attachment #8695482 -
Flags: review?(roc) → review+
Comment 8•10 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ce9ce7e7d717
https://hg.mozilla.org/mozilla-central/rev/3a206e2652fc
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
| Assignee | ||
Comment 9•10 years ago
|
||
The bug fixed by this patch didn't really exist until bug 1107534 landed. The associated bug from landing bug 1073615, and so affecting esr38, is covered by bug 1223670.
| Assignee | ||
Updated•10 years ago
|
| Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8695482 [details]
MozReview Request: bug 1228484 throw instead of capturing a second stream to a different graph r?roc
Approval Request Comment
[String/UUID change made/needed]:
None
[Feature/regressing bug #]: bug 1107534
[User impact if declined]:
Effects similar to those described in
https://bugzilla.mozilla.org/show_bug.cgi?id=1179484#c10
[Describe test coverage new/current, TreeHerder]:
New test.
[Risks and why]:
The biggest risk is if b2g is using the feature in a way that is already broken. If this is the case, an exception will be thrown instead of generating unreliable and crashy audio.
[String/UUID change made/needed]:
None
Attachment #8695482 -
Flags: approval-mozilla-beta?
Attachment #8695482 -
Flags: approval-mozilla-aurora?
Comment 11•10 years ago
|
||
Comment on attachment 8695482 [details]
MozReview Request: bug 1228484 throw instead of capturing a second stream to a different graph r?roc
Has been on Nightly for 10 days, seems safe to uplift to Beta44, Aurora45.
Attachment #8695482 -
Flags: approval-mozilla-beta?
Attachment #8695482 -
Flags: approval-mozilla-beta+
Attachment #8695482 -
Flags: approval-mozilla-aurora?
Attachment #8695482 -
Flags: approval-mozilla-aurora+
Comment 12•10 years ago
|
||
| bugherder uplift | ||
Comment 13•10 years ago
|
||
| bugherder uplift | ||
Comment 14•10 years ago
|
||
| bugherder uplift | ||
https://hg.mozilla.org/releases/mozilla-b2g44_v2_5/rev/9fa4dbbe3b52
https://hg.mozilla.org/releases/mozilla-b2g44_v2_5/rev/b474d648a74f
status-b2g-v2.5:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•