Commit c251e1685be73c570d9e35d8214a2582f69cdcf6

Authored by Hu Chunming
1 parent 3aa0fda3

修复任务已存在问题

src/decoder/gb28181/DvppGB28181Decoder.cpp
... ... @@ -306,7 +306,7 @@ void DvppGB28181Decoder::stream_end_callback()
306 306 {
307 307 LOG_INFO("[{}] - send_video_eof", m_dec_name);
308 308  
309   - m_status == ECLOSING;
  309 + m_status = ECLOSING;
310 310  
311 311 decode_finished_cbk(m_finishedDecArg);
312 312  
... ...