leon 1 tháng trước cách đây
mục cha
commit
9988cf9f0b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/nodes/stream/streamNode.hpp

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

@@ -49,7 +49,7 @@ public:
 
             for (auto& output_buffer : output_buffers_)
             {
-                output_buffer.second.push(metaData);
+                output_buffer.second->push(metaData);
             }
         }
     }