Closed
Bug 1204419
Opened 9 years ago
Closed 9 years ago
Remove MediaSourceReader and old mediasource related code
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: jya, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
936 bytes,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
143.61 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
4.72 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
7.23 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
1.06 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
It is now unused and won't be maintained any further.
Reporter | ||
Comment 1•9 years ago
|
||
Attachment #8660596 -
Flags: review?(kinetik)
Reporter | ||
Comment 2•9 years ago
|
||
Attachment #8660597 -
Flags: review?(cpearce)
Reporter | ||
Comment 3•9 years ago
|
||
Attachment #8660598 -
Flags: review?(cpearce)
Reporter | ||
Comment 4•9 years ago
|
||
Attachment #8660599 -
Flags: review?(cpearce)
Reporter | ||
Comment 5•9 years ago
|
||
Attachment #8660609 -
Flags: review?(cpearce)
Updated•9 years ago
|
Attachment #8660596 -
Flags: review?(kinetik) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8660597 [details] [diff] [review]
P2. Remove old MediaSource implementation.
Review of attachment 8660597 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/media/mediasource/SourceBuffer.cpp
@@ +465,5 @@
> if (aHasActiveTracks) {
> if (!mActive) {
> mActive = true;
> mMediaSource->SourceBufferIsActive(this);
> + mMediaSource->GetDecoder()->NotifyWaitingForResourcesStatusChanged();
Did you mean to remove the "mMediaSource->QueueInitializationEvent();" line here?
Attachment #8660597 -
Flags: review?(cpearce) → review+
Updated•9 years ago
|
Attachment #8660598 -
Flags: review?(cpearce) → review+
Updated•9 years ago
|
Attachment #8660599 -
Flags: review?(cpearce) → review+
Updated•9 years ago
|
Attachment #8660609 -
Flags: review?(cpearce) → review+
Reporter | ||
Comment 7•9 years ago
|
||
(In reply to Chris Pearce (:cpearce) from comment #6)
> Comment on attachment 8660597 [details] [diff] [review]
> P2. Remove old MediaSource implementation.
>
> Review of attachment 8660597 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: dom/media/mediasource/SourceBuffer.cpp
> @@ +465,5 @@
> > if (aHasActiveTracks) {
> > if (!mActive) {
> > mActive = true;
> > mMediaSource->SourceBufferIsActive(this);
> > + mMediaSource->GetDecoder()->NotifyWaitingForResourcesStatusChanged();
>
> Did you mean to remove the "mMediaSource->QueueInitializationEvent();" line
> here?
yes. it's only used by the old TrackBuffer ; on the new MSE, removed there or in one of the later patch is the same.
likely missed it when I went to split the patches
https://hg.mozilla.org/integration/mozilla-inbound/rev/7335e2816efe
https://hg.mozilla.org/integration/mozilla-inbound/rev/1776e9b8e885
https://hg.mozilla.org/integration/mozilla-inbound/rev/a6291c14c06d
https://hg.mozilla.org/integration/mozilla-inbound/rev/d4e39e6d93eb
https://hg.mozilla.org/integration/mozilla-inbound/rev/fc94443249c0
https://hg.mozilla.org/mozilla-central/rev/7335e2816efe
https://hg.mozilla.org/mozilla-central/rev/1776e9b8e885
https://hg.mozilla.org/mozilla-central/rev/a6291c14c06d
https://hg.mozilla.org/mozilla-central/rev/d4e39e6d93eb
https://hg.mozilla.org/mozilla-central/rev/fc94443249c0
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•