summaryrefslogtreecommitdiff
path: root/dom/media/mediasource
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-22 02:32:20 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-03 11:49:58 +0000
commit5a64ee34a9e5242bbe5fe4e509ef38ef42f360fa (patch)
tree648f0ce4febbee2f901ef6af74385df8ce452eee /dom/media/mediasource
parentda8fbfb4d56a4800b3e4c134ea387c2d9fcd9df7 (diff)
downloaduxp-5a64ee34a9e5242bbe5fe4e509ef38ef42f360fa.tar.gz
Issue #80 - Re-land early dom/media de-unification with fixups.
For some reason these changes never got merged back to master after reverting to work on a branch...
Diffstat (limited to 'dom/media/mediasource')
-rw-r--r--dom/media/mediasource/TrackBuffersManager.cpp1
-rw-r--r--dom/media/mediasource/moz.build2
2 files changed, 2 insertions, 1 deletions
diff --git a/dom/media/mediasource/TrackBuffersManager.cpp b/dom/media/mediasource/TrackBuffersManager.cpp
index 9a2d00ad8d..b9cf194924 100644
--- a/dom/media/mediasource/TrackBuffersManager.cpp
+++ b/dom/media/mediasource/TrackBuffersManager.cpp
@@ -40,6 +40,7 @@ using media::TimeUnit;
using media::TimeInterval;
using media::TimeIntervals;
typedef SourceBufferTask::AppendBufferResult AppendBufferResult;
+typedef SourceBufferAttributes::AppendState AppendState;
static const char*
AppendStateToStr(SourceBufferAttributes::AppendState aState)
diff --git a/dom/media/mediasource/moz.build b/dom/media/mediasource/moz.build
index a1689c2169..dfa227a86c 100644
--- a/dom/media/mediasource/moz.build
+++ b/dom/media/mediasource/moz.build
@@ -21,7 +21,7 @@ EXPORTS.mozilla.dom += [
'SourceBufferList.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'ContainerParser.cpp',
'MediaSource.cpp',
'MediaSourceDecoder.cpp',