webrtc/media/base
Taylor Brandstetter c03a187391 Default streams: don't block media even if on different transceiver.
This fixes some edge cases where early media could cause default
stream that block the actual signaled media from beind delivered.

Bug: webrtc:11477
Change-Id: I8b26df63a690861bd19f083102d1395e882f8733
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183120
Commit-Queue: Taylor <deadbeef@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32030}
2020-09-02 22:28:55 +00:00
..
adapted_video_track_source.cc Migrate media/ to webrtc::Mutex. 2020-07-07 13:46:47 +00:00
adapted_video_track_source.h Migrate media/ to webrtc::Mutex. 2020-07-07 13:46:47 +00:00
audio_source.h Adding absolute capture timestamp to AudioTrackSinkInterface. 2020-01-29 13:46:28 +00:00
codec.cc Reland "Distinguish between send and receive codecs" 2020-03-29 21:03:27 +00:00
codec.h sdp: parse and serialize non-key=value fmtp lines 2020-07-01 20:06:06 +00:00
codec_unittest.cc Move H264::Profile to h264_profile_level_id.h 2020-08-12 12:10:24 +00:00
delayable.h Propagate base minimum delay from video jitter buffer to webrtc/api. 2019-02-27 15:08:34 +00:00
fake_frame_source.cc Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
fake_frame_source.h Format almost everything. 2019-07-08 13:45:15 +00:00
fake_media_engine.cc Reland "Distinguish between send and receive codecs" 2020-03-29 21:03:27 +00:00
fake_media_engine.h Reland "Distinguish between send and receive codecs" 2020-03-29 21:03:27 +00:00
fake_network_interface.h Migrate media/ to webrtc::Mutex. 2020-07-07 13:46:47 +00:00
fake_rtp.cc Format almost everything. 2019-07-08 13:45:15 +00:00
fake_rtp.h Format almost everything. 2019-07-08 13:45:15 +00:00
fake_video_renderer.cc Migrate media/ to webrtc::Mutex. 2020-07-07 13:46:47 +00:00
fake_video_renderer.h Migrate media/ to webrtc::Mutex. 2020-07-07 13:46:47 +00:00
h264_profile_level_id.cc Remove CodecInst pt.3 2018-12-18 07:42:21 +00:00
h264_profile_level_id.h Move H264::Profile to h264_profile_level_id.h 2020-08-12 12:10:24 +00:00
media_channel.cc Migrate media/ to webrtc::Mutex. 2020-07-07 13:46:47 +00:00
media_channel.h Default streams: don't block media even if on different transceiver. 2020-09-02 22:28:55 +00:00
media_config.h Negate flag name for prerender smoothing and update comments. 2019-01-24 11:53:26 +00:00
media_constants.cc Add new fmtp parameter for H.264 2020-08-07 10:32:41 +00:00
media_constants.h Add new fmtp parameter for H.264 2020-08-07 10:32:41 +00:00
media_engine.cc RtpTransceiverInterface: add header_extensions_to_offer() 2020-03-16 13:16:42 +00:00
media_engine.h Delete unused enum values for DataChannelType 2020-07-17 08:28:20 +00:00
media_engine_unittest.cc In media/ and modules/video_coding replace mock macros with unified MOCK_METHOD macro 2020-05-25 08:46:30 +00:00
rid_description.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rid_description.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_data_engine.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
rtp_data_engine.h Add/remove receive streams with SSRC 0 from media channels 2019-10-07 23:01:28 +00:00
rtp_data_engine_unittest.cc Delete MediaTransportInterface and DatagramTransportInterface 2020-06-17 08:41:14 +00:00
rtp_utils.cc Update rtp_utils to support two-byte RTP header extensions 2020-06-17 08:47:34 +00:00
rtp_utils.h Minor fixes and refactoring for RtpTransport until the Demux. 2019-03-19 16:48:47 +00:00
rtp_utils_unittest.cc Update rtp_utils to support two-byte RTP header extensions 2020-06-17 08:47:34 +00:00
sdp_fmtp_utils.cc Parse max-fr and max-fs from SDP FMTP line 2019-12-19 15:00:41 +00:00
sdp_fmtp_utils.h Parse max-fr and max-fs from SDP FMTP line 2019-12-19 15:00:41 +00:00
sdp_fmtp_utils_unittest.cc Parse max-fr and max-fs from SDP FMTP line 2019-12-19 15:00:41 +00:00
stream_params.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stream_params.h Format almost everything. 2019-07-08 13:45:15 +00:00
stream_params_unittest.cc Reland: Remove dead code from stream_params.h 2019-02-06 19:18:15 +00:00
test_utils.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
test_utils.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
turn_utils.cc Move stun.h to api/. 2019-11-18 16:11:27 +00:00
turn_utils.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
turn_utils_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_adapter.cc [adaptation] Expose target pixels and max framerate in VideoAdapter 2020-08-31 09:46:21 +00:00
video_adapter.h [adaptation] Expose target pixels and max framerate in VideoAdapter 2020-08-31 09:46:21 +00:00
video_adapter_unittest.cc Signal requested resolution alignment requirements from sinks to sources. 2019-12-19 10:39:04 +00:00
video_broadcaster.cc Migrate media/ to webrtc::Mutex. 2020-07-07 13:46:47 +00:00
video_broadcaster.h Migrate media/ to webrtc::Mutex. 2020-07-07 13:46:47 +00:00
video_broadcaster_unittest.cc Signal requested resolution alignment requirements from sinks to sources. 2019-12-19 10:39:04 +00:00
video_common.cc Signal requested resolution alignment requirements from sinks to sources. 2019-12-19 10:39:04 +00:00
video_common.h Signal requested resolution alignment requirements from sinks to sources. 2019-12-19 10:39:04 +00:00
video_common_unittest.cc Signal requested resolution alignment requirements from sinks to sources. 2019-12-19 10:39:04 +00:00
video_source_base.cc Use Abseil container algorithms in media/ 2019-01-29 02:35:50 +00:00
video_source_base.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
vp9_profile.cc Add decoder support for VP9 profile 1 I444 2020-06-12 05:17:24 +00:00
vp9_profile.h Add decoder support for VP9 profile 1 I444 2020-06-12 05:17:24 +00:00