webrtc/call
Evan Shrubsole 84afe46549 Don't await adaptation after deg-pref change
Now we only await a previous adaptation if the degradataion
preference is the same as our current degradation preference.
Without this guard we can get stuck as detailed in the attached bug.

Bug: webrtc:11562
Change-Id: I91be48546446ef8d01fe901bc6889201a5b97ba6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174805
Commit-Queue: Evan Shrubsole <eshr@google.com>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31236}
2020-05-13 12:14:36 +00:00
..
adaptation Don't await adaptation after deg-pref change 2020-05-13 12:14:36 +00:00
test Insert frame transformer between Encoded and Packetizer. 2020-02-28 07:43:13 +00:00
audio_receive_stream.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_receive_stream.h Insert audio frame transformer between depacketizer and decoder. 2020-04-01 08:15:53 +00:00
audio_send_stream.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
audio_send_stream.h Insert audio frame transformer between encoder and packetizer. 2020-03-31 11:14:00 +00:00
audio_sender.h Refactoring AudioSender api out of AudioSendStream for more abstraction to reuse AudioTransportImpl for voip api 2020-01-13 18:31:30 +00:00
audio_state.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_state.h [getStats] Implement "media-source" audio levels, fixing Chrome bug. 2019-07-04 08:13:45 +00:00
bitrate_allocator.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
bitrate_allocator.h Converts const methods in BitrateAllocator to non-member functions. 2019-09-25 11:55:13 +00:00
bitrate_allocator_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
bitrate_estimator_tests.cc Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class 2019-12-07 00:54:26 +00:00
BUILD.gn Define MockFrameTransformer in test/. 2020-05-04 13:45:22 +00:00
call.cc Switch CallStats to TQ interface + callbacks on the worker thread. 2020-05-10 23:24:35 +00:00
call.h Remove MediaTransport from Call. 2019-08-08 10:58:57 +00:00
call_config.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
call_config.h Remove deprecated constant. 2020-04-27 10:32:45 +00:00
call_factory.cc DegradedCall: fake network using TaskQueue instead of ProcessThread 2019-08-06 15:05:30 +00:00
call_factory.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
call_perf_tests.cc Reland of the test portion of: 2020-04-15 16:09:44 +00:00
call_unittest.cc Start consolidating management/querying of stats on the Call thread. 2020-05-08 07:24:39 +00:00
degraded_call.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
degraded_call.h Make fake network degradation work also for sent audio 2019-08-12 15:20:18 +00:00
DEPS Make fec controller plug-able. 2018-01-22 11:48:16 +00:00
fake_network_pipe.cc Make fake network degradation work also for sent audio 2019-08-12 15:20:18 +00:00
fake_network_pipe.h Make fake network degradation work also for sent audio 2019-08-12 15:20:18 +00:00
fake_network_pipe_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
flexfec_receive_stream.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
flexfec_receive_stream.h Format almost everything. 2019-07-08 13:45:15 +00:00
flexfec_receive_stream_impl.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
flexfec_receive_stream_impl.h Injecting Clock in video receive. 2019-03-04 21:53:57 +00:00
flexfec_receive_stream_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
OWNERS Add terelius as OWNER in call/ 2020-03-23 09:55:34 +00:00
packet_receiver.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rampup_tests.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
rampup_tests.h Update call Rampup tests not to rely on DEPRECATED_SingleThreadedTaskQueueForTesting 2019-10-21 12:33:27 +00:00
receive_time_calculator.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
receive_time_calculator.h Format almost everything. 2019-07-08 13:45:15 +00:00
receive_time_calculator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtcp_demuxer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtcp_demuxer.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
rtcp_demuxer_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtcp_packet_sink_interface.h
rtp_bitrate_configurator.cc Allow setting a bandwidth cap for relayed connections. 2020-03-26 20:41:46 +00:00
rtp_bitrate_configurator.h Allow setting a bandwidth cap for relayed connections. 2020-03-26 20:41:46 +00:00
rtp_bitrate_configurator_unittest.cc Revert "In RtpBitrateConfigurator ignore new parameters when set to default values." 2020-01-10 16:39:51 +00:00
rtp_config.cc Reland "Improve outbound-rtp statistics for simulcast" 2020-05-05 20:22:19 +00:00
rtp_config.h Reland "Improve outbound-rtp statistics for simulcast" 2020-05-05 20:22:19 +00:00
rtp_demuxer.cc Log details when RtpDemuxer fails to deliver a packet 2019-04-16 00:47:53 +00:00
rtp_demuxer.h Log details when RtpDemuxer fails to deliver a packet 2019-04-16 00:47:53 +00:00
rtp_demuxer_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
rtp_packet_sink_interface.h
rtp_payload_params.cc Remove RtpVideoHeader::discardable flag. 2020-04-20 10:25:43 +00:00
rtp_payload_params.h Updates RtpVideoSender to populate RtpRtcp::Config.field_trials 2020-04-20 09:53:58 +00:00
rtp_payload_params_unittest.cc Remove RtpVideoHeader::discardable flag. 2020-04-20 10:25:43 +00:00
rtp_rtcp_demuxer_helper.cc Replace rtc::Optional with absl::optional in audio, call and video 2018-06-15 12:09:49 +00:00
rtp_rtcp_demuxer_helper.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtp_rtcp_demuxer_helper_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_stream_receiver_controller.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
rtp_stream_receiver_controller.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rtp_stream_receiver_controller_interface.h
rtp_transport_controller_send.cc Replace std::string::find() == 0 with absl::StartsWith (part 2). 2020-04-02 14:38:30 +00:00
rtp_transport_controller_send.h Allow setting a bandwidth cap for relayed connections. 2020-03-26 20:41:46 +00:00
rtp_transport_controller_send_interface.h Insert frame transformer between Encoded and Packetizer. 2020-02-28 07:43:13 +00:00
rtp_video_sender.cc Refactors send rate statistics in RtpSenderEgress 2020-05-11 17:14:33 +00:00
rtp_video_sender.h Replaces OverheadObserver with simple getter. 2020-05-07 17:33:45 +00:00
rtp_video_sender_interface.h Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSender 2019-10-15 14:40:48 +00:00
rtp_video_sender_unittest.cc Switch CallStats to TQ interface + callbacks on the worker thread. 2020-05-10 23:24:35 +00:00
rtx_receive_stream.cc Propagate RtpPacketReceived::arival_time_ms() when demuxing RTX packets 2019-12-03 21:10:53 +00:00
rtx_receive_stream.h IWYU: uint32_t is defined in cstdint 2020-05-07 17:04:15 +00:00
rtx_receive_stream_unittest.cc Propagate RtpPacketReceived::arival_time_ms() when demuxing RTX packets 2019-12-03 21:10:53 +00:00
simulated_network.cc Adds UpdateConfig to SimulatedNetwork 2020-03-16 15:58:43 +00:00
simulated_network.h Adds UpdateConfig to SimulatedNetwork 2020-03-16 15:58:43 +00:00
simulated_network_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
simulated_packet_receiver.h Calculate next process time in simulated network. 2019-02-08 19:33:17 +00:00
ssrc_binding_observer.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
syncable.cc
syncable.h Add periodic logging of sync delays. 2020-02-11 09:43:49 +00:00
video_receive_stream.cc Add commas between codec parameters in VideoReceiveStream logging. 2020-03-09 02:45:34 +00:00
video_receive_stream.h [InsertableStreams] Set video frame transformer if RTP stream already started. 2020-03-31 14:07:29 +00:00
video_send_stream.cc [Stats] Explicit RTP-RTX and RTP-FEC mappings. Unblocks simulcast stats. 2020-03-24 13:31:54 +00:00
video_send_stream.h Reland "Improve outbound-rtp statistics for simulcast" 2020-05-05 20:22:19 +00:00