Issue #80 - De-unify dom/media/mediasink

This commit is contained in:
Matt A. Tobin 2020-04-18 01:41:24 -04:00 committed by Roy Tam
commit 4bef219675
3 changed files with 5 additions and 1 deletions

View file

@ -19,6 +19,8 @@
#include "VideoSegment.h"
#include "VideoUtils.h"
#include "nsPrintfCString.h"
namespace mozilla {
#undef DUMP_LOG

View file

@ -4,9 +4,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "MediaStreamGraph.h"
#include "MediaQueue.h"
#include "VideoSink.h"
#include "MediaPrefs.h"
#include "nsPrintfCString.h"
namespace mozilla {

View file

@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
UNIFIED_SOURCES += [
SOURCES += [
'AudioSinkWrapper.cpp',
'DecodedAudioDataSink.cpp',
'DecodedStream.cpp',