Added new feature to print a text log to neteq_rtpplay
This will print out the major events during a NetEq simulation. Bug: b/116685514 Change-Id: Iab172e9a9115695b42c67628d5523c727359bb89 Reviewed-on: https://webrtc-review.googlesource.com/c/114320 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26019}
This commit is contained in:
@ -1735,7 +1735,7 @@ std::unique_ptr<test::NetEqStatsGetter> CreateNetEqTestAndRun(
|
||||
callbacks.post_insert_packet = neteq_stats_getter->delay_analyzer();
|
||||
callbacks.get_audio_callback = neteq_stats_getter.get();
|
||||
|
||||
test::NetEqTest test(config, codecs, ext_codecs, std::move(input),
|
||||
test::NetEqTest test(config, codecs, ext_codecs, nullptr, std::move(input),
|
||||
std::move(output), callbacks);
|
||||
test.Run();
|
||||
return neteq_stats_getter;
|
||||
|
Reference in New Issue
Block a user