From fb2a3f51793248007bbeb54f4b65a5416273a59e Mon Sep 17 00:00:00 2001 From: PioLing <964472638@qq.com> Date: Wed, 2 Jul 2025 14:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E4=BA=BA=E8=A7=82?= =?UTF-8?q?=E7=9C=8B=E5=85=B3=E9=97=AD=E6=B5=81=E7=9B=B8=E5=85=B3bug=20(#4?= =?UTF-8?q?334)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows.yml | 2 +- src/Common/MultiMediaSourceMuxer.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d9e23a7f..e185aab7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v1 diff --git a/src/Common/MultiMediaSourceMuxer.cpp b/src/Common/MultiMediaSourceMuxer.cpp index 992d6ff1..2c6b30ac 100644 --- a/src/Common/MultiMediaSourceMuxer.cpp +++ b/src/Common/MultiMediaSourceMuxer.cpp @@ -514,6 +514,7 @@ EventPoller::Ptr MultiMediaSourceMuxer::getOwnerPoller(MediaSource &sender) { } bool MultiMediaSourceMuxer::close(MediaSource &sender) { + MediaSourceEventInterceptor::close(sender); _rtmp = nullptr; _rtsp = nullptr; _fmp4 = nullptr;