This means that MediaInfo.h doesn't need to include StreamTracks.h, which pulls
in MediaSegment.h and the MSG and a bunch of DOM bindings stuff.
MozReview-Commit-ID: 6JSO1dxJq8k
--HG--
extra : rebase_source : c5ca38a6e0b297e4e05db3b23c7c2ead49e9f8bc
The dom/media/StreamTrack.* and StreamTrack.* are the same file.
To keep the full history, need to overwrite StreamTrack.* first. Then this patch to move StreamTrack.* back to dom/media/StreamTrack.*.
MozReview-Commit-ID: 8boYLcjkiva
--HG--
rename : StreamTracks.cpp => dom/media/StreamTracks.cpp
rename : StreamTracks.h => dom/media/StreamTracks.h
The dom/media/StreamTrack.* and StreamTrack.* are the same file.
To keep the full history, need to overwrite StreamTrack.* first.
MozReview-Commit-ID: 4lk0lpY1Tlm
Rename StreamBuffer to StreamTracks. We still need a place to keep the track information in every MediaStream, even the StreamBuffer::Track::mSegment is empty.
--HG--
rename : dom/media/StreamBuffer.cpp => StreamTracks.cpp
rename : dom/media/StreamBuffer.h => StreamTracks.h