From 0f44bf6edf6cbea4304bb88d45b8f42abe1d7af4 Mon Sep 17 00:00:00 2001 From: FileStream Date: Fri, 23 Aug 2024 03:02:03 +0000 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E9=BB=84=E5=90=8C=E6=AD=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: FileStream --- interfaces/inner_api/native/video_capture_filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/inner_api/native/video_capture_filter.h b/interfaces/inner_api/native/video_capture_filter.h index 80daf6516..963ce8d54 100644 --- a/interfaces/inner_api/native/video_capture_filter.h +++ b/interfaces/inner_api/native/video_capture_filter.h @@ -73,7 +73,7 @@ private: static constexpr uint32_t ENCODE_USAGE = BUFFER_USAGE_CPU_READ | BUFFER_USAGE_CPU_WRITE | BUFFER_USAGE_MEM_DMA | BUFFER_USAGE_VIDEO_ENCODER; std::string name_; - FilterType filterType_; + FilterType filterType_ = FilterType::VIDEO_CAPTURE; std::shared_ptr eventReceiver_; std::shared_ptr filterCallback_; -- Gitee