commit | 06a2bf09a462a514ba1a19faac617a5a15d034bb | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Thu Jul 22 15:09:39 2021 +0200 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 23 08:30:33 2021 +0000 |
tree | 0877cf135574b4f678fd24e540216a2d3bc133fb | |
parent | d7aa87501fef41a507c8de713aea8914a7707299 [diff] [blame] |
NackModule2: Rename to NackRequester. The alternative new name proposed, NackTracker, is already in use in audio_coding. Fixed: webrtc:11594 Change-Id: I6a05fafc05fa7ddb18ea4f64886a135e5ef59f7e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226744 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34539}
diff --git a/modules/video_coding/deprecated/BUILD.gn b/modules/video_coding/deprecated/BUILD.gn index 487c026..a6fa790 100644 --- a/modules/video_coding/deprecated/BUILD.gn +++ b/modules/video_coding/deprecated/BUILD.gn
@@ -15,7 +15,7 @@ ] deps = [ - "..:nack_module", + "..:nack_requester", "../..:module_api", "../../../api/units:time_delta", "../../../api/units:timestamp",