icecat: add release icecat-140.10.1-1gnu1 for ecne
This commit is contained in:
parent
a5f93cb214
commit
ff85d7c623
1256 changed files with 63469 additions and 24141 deletions
|
|
@ -1129,11 +1129,10 @@ class MediaDecoderStateMachine::LoopingDecodingState
|
|||
OwnerThread(), __func__,
|
||||
[this, isAudio, master = RefPtr{mMaster}]() mutable -> void {
|
||||
AUTO_PROFILER_LABEL(
|
||||
nsPrintfCString(
|
||||
"LoopingDecodingState::RequestDataFromStartPosition(%s)::"
|
||||
"SeekResolved",
|
||||
isAudio ? "audio" : "video")
|
||||
.get(),
|
||||
isAudio ? "LoopingDecodingState::"
|
||||
"RequestDataFromStartPosition(audio)::SeekResolved"
|
||||
: "LoopingDecodingState::"
|
||||
"RequestDataFromStartPosition(video)::SeekResolved",
|
||||
MEDIA_PLAYBACK);
|
||||
if (auto& state = master->mStateObj;
|
||||
state &&
|
||||
|
|
@ -1168,11 +1167,10 @@ class MediaDecoderStateMachine::LoopingDecodingState
|
|||
[this, isAudio, master = RefPtr{mMaster}](
|
||||
const SeekRejectValue& aReject) mutable -> void {
|
||||
AUTO_PROFILER_LABEL(
|
||||
nsPrintfCString("LoopingDecodingState::"
|
||||
"RequestDataFromStartPosition(%s)::"
|
||||
"SeekRejected",
|
||||
isAudio ? "audio" : "video")
|
||||
.get(),
|
||||
isAudio ? "LoopingDecodingState::"
|
||||
"RequestDataFromStartPosition(audio)::SeekRejected"
|
||||
: "LoopingDecodingState::"
|
||||
"RequestDataFromStartPosition(video)::SeekRejected",
|
||||
MEDIA_PLAYBACK);
|
||||
if (auto& state = master->mStateObj;
|
||||
state &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue