Bug 1336367 - Rename TestTrackEncoder to TestAudioTrackEncoder. r?pehrsons draft
authorBryce Van Dyk <bvandyk@mozilla.com>
Thu, 14 Sep 2017 13:54:43 +1200
changeset 664607 b9c6c6988f21115cc27860f9d3c96384181b60cb
parent 664606 b75d3513d951b7198ca572e6da496268430df0a0
child 664608 d1666a3f2840b734489de3dedcd0e0abe37a987b
push id79747
push userbvandyk@mozilla.com
push dateThu, 14 Sep 2017 06:20:16 +0000
reviewerspehrsons
bugs1336367
milestone57.0a1
Bug 1336367 - Rename TestTrackEncoder to TestAudioTrackEncoder. r?pehrsons The TestTrackEncoder file only contained audio encoder tests. This makes the distinction between the already existing TestVideoTrackEncoder and these audio tests clearer. MozReview-Commit-ID: KmM616S72Gm
dom/media/gtest/TestAudioTrackEncoder.cpp
dom/media/gtest/TestTrackEncoder.cpp
dom/media/gtest/moz.build
rename from dom/media/gtest/TestTrackEncoder.cpp
rename to dom/media/gtest/TestAudioTrackEncoder.cpp
--- a/dom/media/gtest/moz.build
+++ b/dom/media/gtest/moz.build
@@ -6,28 +6,28 @@
 
 UNIFIED_SOURCES += [
     'MockMediaResource.cpp',
     'TestAudioBuffers.cpp',
     'TestAudioCompactor.cpp',
     'TestAudioMixer.cpp',
     'TestAudioPacketizer.cpp',
     'TestAudioSegment.cpp',
+    'TestAudioTrackEncoder.cpp',
     'TestBlankVideoDataCreator.cpp',
     'TestGMPCrossOrigin.cpp',
     'TestGMPRemoveAndDelete.cpp',
     'TestGMPUtils.cpp',
     'TestIntervalSet.cpp',
     'TestMediaDataDecoder.cpp',
     'TestMediaEventSource.cpp',
     'TestMediaMIMETypes.cpp',
     'TestMP3Demuxer.cpp',
     'TestMP4Demuxer.cpp',
     'TestRust.cpp',
-    'TestTrackEncoder.cpp',
     'TestVideoSegment.cpp',
     'TestVideoUtils.cpp',
     'TestVPXDecoding.cpp',
     'TestWebMBuffered.cpp',
 ]
 
 if CONFIG['MOZ_WEBM_ENCODER']:
     UNIFIED_SOURCES += [