The second step towards a list based SessionInfo.
Added unittests for most of public functions of SessionInfo. BUG= TEST= Review URL: http://webrtc-codereview.appspot.com/301014 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1166 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -1868,7 +1868,7 @@ int JitterBufferTest(CmdArgs& args)
|
||||
TEST(incomingFrameType == kVideoFrameDelta);
|
||||
|
||||
loop++;
|
||||
} while (loop < kMaxPacketsInJitterBuffer);
|
||||
} while (loop < kMaxPacketsInSession);
|
||||
|
||||
// Max number of packets inserted
|
||||
|
||||
|
||||
Reference in New Issue
Block a user