leon 1 개월 전
부모
커밋
404040d96e
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/nodes/stream/streamNode.hpp

+ 1 - 4
src/nodes/stream/streamNode.hpp

@@ -63,10 +63,7 @@ public:
     }
     virtual ~StreamNode() 
     { 
-        if (demuxer_) 
-        {
-            printf("error : demuxer 未被工作线程释放\n");
-        }
+        stop();
     };
 
     void set_stream_url(const std::string& stream_url)