summaryrefslogtreecommitdiffstats
path: root/dom/media/MediaDecoderStateMachineBase.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
commit40a355a42d4a9444dc753c04c6608dade2f06a23 (patch)
tree871fc667d2de662f171103ce5ec067014ef85e61 /dom/media/MediaDecoderStateMachineBase.h
parentAdding upstream version 124.0.1. (diff)
downloadfirefox-adbda400be353e676059e335c3c0aaf99e719475.tar.xz
firefox-adbda400be353e676059e335c3c0aaf99e719475.zip
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/media/MediaDecoderStateMachineBase.h')
-rw-r--r--dom/media/MediaDecoderStateMachineBase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/media/MediaDecoderStateMachineBase.h b/dom/media/MediaDecoderStateMachineBase.h
index b4950746e8..5872151015 100644
--- a/dom/media/MediaDecoderStateMachineBase.h
+++ b/dom/media/MediaDecoderStateMachineBase.h
@@ -169,6 +169,8 @@ class MediaDecoderStateMachineBase {
virtual bool IsCDMProxySupported(CDMProxy* aProxy) = 0;
+ virtual bool IsExternalEngineStateMachine() const { return false; }
+
protected:
virtual ~MediaDecoderStateMachineBase() = default;
@@ -195,7 +197,7 @@ class MediaDecoderStateMachineBase {
virtual RefPtr<MediaDecoder::SeekPromise> Seek(const SeekTarget& aTarget) = 0;
- void DecodeError(const MediaResult& aError);
+ virtual void DecodeError(const MediaResult& aError);
// Functions used by assertions to ensure we're calling things
// on the appropriate threads.