mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix utest fail
This commit is contained in:
parent
ef8f3d6189
commit
b095c15720
3 changed files with 30 additions and 13 deletions
|
@ -1183,7 +1183,7 @@ VOID TEST(KernelRTCTest, DefaultTrackStatus)
|
|||
|
||||
// Enable it by publisher.
|
||||
if (true) {
|
||||
SrsRtcConnection s(NULL, SrsContextId()); SrsRtcPublishStream publish(&s);
|
||||
SrsRtcConnection s(NULL, SrsContextId()); SrsRtcPublishStream publish(&s, SrsContextId());
|
||||
SrsRtcAudioRecvTrack* audio; SrsRtcVideoRecvTrack *video;
|
||||
|
||||
if (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue