gecko-dev/dom/media/gtest
Andreas Pehrson 1bdb34c6ec Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug
This renames the following (in alphabetical order, non-exhaustive):

AudioCaptureStream -> AudioCaptureTrack
AudioNodeStream -> AudioNodeTrack
AudioNodeExternalInputStream -> AudioNodeExternalInputTrack
DirectMediaStreamTrackListener -> DirectMediaTrackListener
MediaStream -> MediaTrack
  - Note that there's also dom::MediaTrack. Namespaces differentiate them.
MediaStreamGraph -> MediaTrackGraph
MediaStreamTrackListener -> MediaTrackListener
MSG -> MTG (in comments)
ProcessedMediaStream -> ProcessedMediaTrack
SharedDummyStream -> SharedDummyTrack
SourceMediaStream -> SourceMediaTrack
StreamTime -> TrackTime
TrackUnionStream -> ForwardedInputTrack
  - Because this no longer takes a union of anything, but only a single track
    as input.

Other minor classes, members and comments have been updated to reflect these
name changes.

Differential Revision: https://phabricator.services.mozilla.com/D46146

--HG--
rename : dom/media/AudioCaptureStream.cpp => dom/media/AudioCaptureTrack.cpp
rename : dom/media/AudioCaptureStream.h => dom/media/AudioCaptureTrack.h
rename : dom/media/TrackUnionStream.cpp => dom/media/ForwardedInputTrack.cpp
rename : dom/media/TrackUnionStream.h => dom/media/ForwardedInputTrack.h
rename : dom/media/MediaStreamGraph.cpp => dom/media/MediaTrackGraph.cpp
rename : dom/media/MediaStreamGraph.h => dom/media/MediaTrackGraph.h
rename : dom/media/MediaStreamGraphImpl.h => dom/media/MediaTrackGraphImpl.h
rename : dom/media/MediaStreamListener.cpp => dom/media/MediaTrackListener.cpp
rename : dom/media/MediaStreamListener.h => dom/media/MediaTrackListener.h
rename : dom/media/webaudio/AudioNodeExternalInputStream.cpp => dom/media/webaudio/AudioNodeExternalInputTrack.cpp
rename : dom/media/webaudio/AudioNodeExternalInputStream.h => dom/media/webaudio/AudioNodeExternalInputTrack.h
rename : dom/media/webaudio/AudioNodeStream.cpp => dom/media/webaudio/AudioNodeTrack.cpp
rename : dom/media/webaudio/AudioNodeStream.h => dom/media/webaudio/AudioNodeTrack.h
extra : moz-landing-system : lando
2019-10-02 10:23:02 +00:00
..
mp4_demuxer
AudioGenerator.cpp Bug 1014393 - Move AudioGenerator to its own files so it can be used in more media gtests. r=pehrsons 2019-08-03 17:27:17 +00:00
AudioGenerator.h Bug 1014393 - Move AudioGenerator to its own files so it can be used in more media gtests. r=pehrsons 2019-08-03 17:27:17 +00:00
Cargo.toml
GMPTestMonitor.h
MockCubeb.h
MockMediaDecoderOwner.h
MockMediaResource.cpp
MockMediaResource.h
TestAudioBuffers.cpp
TestAudioCallbackDriver.cpp Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
TestAudioCompactor.cpp
TestAudioDeviceEnumerator.cpp
TestAudioMixer.cpp
TestAudioPacketizer.cpp
TestAudioSegment.cpp
TestAudioTrackEncoder.cpp Bug 1014393 - Move AudioGenerator to its own files so it can be used in more media gtests. r=pehrsons 2019-08-03 17:27:17 +00:00
TestBenchmarkStorage.cpp Bug 1573184 - Add gtests to BenchmarkStorage classes. r=jya 2019-08-14 10:41:18 +00:00
TestBitWriter.cpp
TestBlankVideoDataCreator.cpp
TestBufferReader.cpp
TestCDMStorage.cpp
TestDataMutex.cpp
TestDecoderBenchmark.cpp Bug 1573184 - Add unit test to DecoderBenchmark. r=jya 2019-08-14 10:41:25 +00:00
TestDriftCompensation.cpp
TestGMPCrossOrigin.cpp Bug 1577934 - Remove using namespace std from dom/media audio tests r=gerald 2019-09-01 06:47:26 +00:00
TestGMPRemoveAndDelete.cpp
TestGMPUtils.cpp Bug 1577934 - Remove using namespace std from dom/media audio tests r=gerald 2019-09-01 06:47:26 +00:00
TestGroupId.cpp Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
TestIntervalSet.cpp Bug 1582518 - Replace IntervalSet.Length usages with IsEmpty where appropriate. r=dminor 2019-09-20 19:41:53 +00:00
TestKeyValueStorage.cpp Bug 1573184 - Add unit tests to KeyValueStorage class. r=jya 2019-08-14 10:41:16 +00:00
TestMP3Demuxer.cpp
TestMP4Demuxer.cpp Bug 1563949 - part4 : prevent direct usage of 'AppendElement()' to append sample. r=jya 2019-07-19 21:11:21 +00:00
TestMediaDataDecoder.cpp
TestMediaDataEncoder.cpp Bug 1570337 - p6: repeat calling Drain() until no more output. r=jya 2019-09-12 18:19:24 +00:00
TestMediaEventSource.cpp
TestMediaMIMETypes.cpp Bug 1577021: Add test coverage for non-ascii characters in MimeType codecs. r=dminor 2019-09-03 19:02:14 +00:00
TestMediaSpan.cpp Bug 1558364 - Add MediaSpan and use it for TrackBuffersManager::mInputBuffer. r=jya 2019-06-14 02:10:09 +00:00
TestMuxer.cpp Bug 1014393 - Add gtests for the standalone muxer. r=bryce 2019-08-03 17:27:18 +00:00
TestOpusParser.cpp Bug 1573184 - Add unit test to DecoderBenchmark. r=jya 2019-08-14 10:41:25 +00:00
TestRust.cpp
TestTimeUnit.cpp
TestVPXDecoding.cpp
TestVideoFrameConverter.cpp Bug 1538933 - Convert remaining TimeStamp checks to use TimeDuration. r=bwc 2019-08-12 16:05:47 +00:00
TestVideoSegment.cpp
TestVideoTrackEncoder.cpp Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
TestVideoUtils.cpp
TestWebMBuffered.cpp
TestWebMWriter.cpp Bug 1014393 - Update EncodedFrame class to more closely resemble MediaData class. r=pehrsons 2019-08-03 17:27:17 +00:00
YUVBufferGenerator.cpp Bug 1543359 - P13. Let the video decoder determines the default colorspace if unknown. r=mattwoodrow 2019-07-26 08:45:39 +00:00
YUVBufferGenerator.h
dash_dashinit.mp4
hello.rs
id3v2header.mp3
moz.build Bug 1573184 - Add unit test to DecoderBenchmark. r=jya 2019-08-14 10:41:25 +00:00
negative_duration.mp4
noise.mp3
noise_vbr.mp3
short-zero-in-moov.mp4
short-zero-inband.mov
small-shot-false-positive.mp3
small-shot-partial-xing.mp3
small-shot.mp3
test.webm
test_case_1224361.vp8.ivf
test_case_1224363.vp8.ivf
test_case_1224369.vp8.ivf
test_vbri.mp3