1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix gop cache, drop video only when video and not h.264

This commit is contained in:
winlin 2015-06-06 20:23:18 +08:00
parent 2a1db36750
commit 0fbfad4172
5 changed files with 42 additions and 38 deletions

View file

@ -536,8 +536,6 @@ public:
virtual int on_video(SrsCommonMessage* video);
private:
virtual int on_video_imp(SrsSharedPtrMessage* video);
private:
virtual int do_mix_correct(SrsSharedPtrMessage* msg);
public:
virtual int on_aggregate(SrsCommonMessage* msg);
/**