Skip to content

Commit

Permalink
Move RtpSenderVideo tests to separate file.
Browse files Browse the repository at this point in the history
Also refactor most of the RtpSender tests to not use the frame-level
method RTPSender::SendOutgoingData.

Bug: webrtc:7135
Change-Id: I9b0af6aa45e9b908d8197e48b143fede7e2804c7
Reviewed-on: https://webrtc-review.googlesource.com/c/121461
Commit-Queue: Niels Moller <[email protected]>
Reviewed-by: Danil Chapovalov <[email protected]>
Cr-Commit-Position: refs/heads/master@{#26577}
  • Loading branch information
Niels Möller authored and Commit Bot committed Feb 6, 2019
1 parent d70a114 commit e7b9e6b
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 464 deletions.
1 change: 1 addition & 0 deletions modules/rtp_rtcp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ if (rtc_include_tests) {
"source/rtp_rtcp_impl_unittest.cc",
"source/rtp_sender_audio_unittest.cc",
"source/rtp_sender_unittest.cc",
"source/rtp_sender_video_unittest.cc",
"source/rtp_utility_unittest.cc",
"source/time_util_unittest.cc",
"source/ulpfec_generator_unittest.cc",
Expand Down
Loading

0 comments on commit e7b9e6b

Please sign in to comment.