Commit c251e1685be73c570d9e35d8214a2582f69cdcf6
1 parent
3aa0fda3
修复任务已存在问题
Showing
1 changed file
with
1 additions
and
1 deletions
src/decoder/gb28181/DvppGB28181Decoder.cpp
@@ -306,7 +306,7 @@ void DvppGB28181Decoder::stream_end_callback() | @@ -306,7 +306,7 @@ void DvppGB28181Decoder::stream_end_callback() | ||
306 | { | 306 | { |
307 | LOG_INFO("[{}] - send_video_eof", m_dec_name); | 307 | LOG_INFO("[{}] - send_video_eof", m_dec_name); |
308 | 308 | ||
309 | - m_status == ECLOSING; | 309 | + m_status = ECLOSING; |
310 | 310 | ||
311 | decode_finished_cbk(m_finishedDecArg); | 311 | decode_finished_cbk(m_finishedDecArg); |
312 | 312 |