1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00

For #1926, refine code

This commit is contained in:
winlin 2020-08-30 12:43:55 +08:00
parent 7e5572c5e1
commit 2f22a3d38b

View file

@ -1810,7 +1810,7 @@ void SrsGb28181RtmpMuxer::close()
h264_pps = "";
aac_specific_config = "";
if (source_publish && NULL!=source){
if (source_publish && source){
source->on_unpublish();
}
}