git-svn-id: http://webrtc.googlecode.com/svn/trunk@74 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mikhal@google.com
2011-06-14 17:54:20 +00:00
parent 0c08ed1ef9
commit 17705a9c5a
16 changed files with 998 additions and 729 deletions

View File

@@ -1461,9 +1461,9 @@ int JitterBufferTest(CmdArgs& args)
// ---------------------------------------------------------------------------------------------
// | 3 | 4 | 5 | 6 | 7 | 9 | x | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | x | 21 |.....| 102 |
// ---------------------------------------------------------------------------------------------
jb.SetNackStatus(true);
jb.SetNackMode(kNackInfinite);
TEST(jb.GetNackStatus());
TEST(jb.GetNackMode() == kNackInfinite);
// insert first packet
timeStamp += 33*90;
@@ -1880,7 +1880,7 @@ int JitterBufferTest(CmdArgs& args)
//Test incomplete NALU frames
jb.Flush();
jb.SetNackStatus(false);
jb.SetNackMode(kNoNack);
seqNum ++;
timeStamp += 33*90;
int insertedLength=0;