webrtc/modules
Sebastian Jansson f70bc5eeff Removes pause check from RoundRobinPacketQueue.
This CL removes a check in RoundRobinPacketQueue::FinalizePop. This
check will trigger if a the pause state is changed in PacedSender while
a packet is sent. This is a rare occurrence but would yield flaky
behavior. The check should not be required for the code to function
since the paused state is not read in FinalizePop other than for this
check.

Bug: webrtc:9586
Change-Id: Ib9476168eb637dc2f9710d0592bed92c4b03dacb
Reviewed-on: https://webrtc-review.googlesource.com/92090
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24197}
2018-08-06 15:22:41 +00:00
..
audio_coding Explicitly add -mfpu=neon to all targets that use NEON 2018-08-01 13:15:42 +00:00
audio_device Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
audio_mixer Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
audio_processing AEC3: Utilize shadow filter output to respond to audio path changes 2018-08-01 15:20:33 +00:00
bitrate_controller Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
congestion_controller Always sends probes when they are generated. 2018-08-02 15:36:12 +00:00
desktop_capture Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
include Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
pacing Removes pause check from RoundRobinPacketQueue. 2018-08-06 15:22:41 +00:00
remote_bitrate_estimator Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
rtp_rtcp Delete RtpReceiverImpl::CheckPayloadChanged. 2018-08-06 15:08:12 +00:00
third_party Fix refered LICENSE file path in webrtc license notice 2018-07-27 07:50:55 +00:00
utility Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
video_capture Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
video_coding Revert "Extract color space from Vp8 decoder" 2018-08-04 00:26:21 +00:00
video_processing Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
BUILD.gn Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
module_common_types_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00