mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor code, rename rtp_xxx_queue to xxx_queue_
This commit is contained in:
parent
b3a0284db5
commit
f57e8de3f9
2 changed files with 19 additions and 22 deletions
|
@ -260,9 +260,8 @@ private:
|
|||
uint32_t video_ssrc;
|
||||
uint32_t audio_ssrc;
|
||||
private:
|
||||
SrsRtpH264Demuxer* rtp_h264_demuxer;
|
||||
SrsRtpQueue* rtp_video_queue;
|
||||
SrsRtpQueue* rtp_audio_queue;
|
||||
SrsRtpQueue* video_queue_;
|
||||
SrsRtpQueue* audio_queue_;
|
||||
private:
|
||||
SrsRequest* req;
|
||||
SrsSource* source;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue