diff --git a/interfaces/inner_api/native/video_capture_filter.h b/interfaces/inner_api/native/video_capture_filter.h index 80daf6516239722a8aa8738b21c75a9598417341..963ce8d543a81253eb7980be2beb49b86cc38d3d 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_;