summaryrefslogtreecommitdiffstats
path: root/dom/media/mediasource
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-22 02:32:20 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-26 10:18:28 +0200
commitb738ccc61b05e4848c0e8d0400a8aee770f591a2 (patch)
tree9d582273d9295a610f8e9d86f1ff20282c570fd0 /dom/media/mediasource
parent1c3a9a40e5450c2b39f0cea1ffa9143b72931fe9 (diff)
downloadUXP-b738ccc61b05e4848c0e8d0400a8aee770f591a2.tar
UXP-b738ccc61b05e4848c0e8d0400a8aee770f591a2.tar.gz
UXP-b738ccc61b05e4848c0e8d0400a8aee770f591a2.tar.lz
UXP-b738ccc61b05e4848c0e8d0400a8aee770f591a2.tar.xz
UXP-b738ccc61b05e4848c0e8d0400a8aee770f591a2.zip
Issue #80 - De-unify dom/media part 1 (updated reland)
This de-unifies up to and including dom/media/platforms with the exception of dom/media/platforms/wmf, because that one throws weird errors in the Win SDK which don't have a clear cause (yet)
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 9a2d00ad8..b9cf19492 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 a1689c216..dfa227a86 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',