webrtc/pc
Henrik Boström b51c0ce271 Revert "Close PC before test ends to reduce risk of flake."
This reverts commit 727014a5f1.

Reason for revert: This didn't seem to help and we should be closing
the PC automatically anyway (in ~PeerConnectionTestWrapper)

Original change's description:
> Close PC before test ends to reduce risk of flake.
>
> From the logs I can't tell if close is happening or not on the bots.
> Let's make it explicit just in case.
>
> Bug: webrtc:15018
> Change-Id: Icfa7fe8587d1516a9ef31e86ade920a6023e619b
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300364
> Commit-Queue: Henrik Boström <hbos@webrtc.org>
> Auto-Submit: Henrik Boström <hbos@webrtc.org>
> Reviewed-by: Jeremy Leconte <jleconte@google.com>
> Commit-Queue: Jeremy Leconte <jleconte@google.com>
> Cr-Commit-Position: refs/heads/main@{#39768}

Bug: webrtc:15018
Change-Id: I6ee693f382a5d104b2b0088d0c1dae7ae39501d1
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300520
Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39778}
2023-04-06 10:32:21 +00:00
..
g3doc Reland "Migrate WebRTC documentation to new renderer" 2023-01-31 09:30:04 +00:00
scenario_tests Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
test Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
audio_rtp_receiver.cc Implement GetParameters/GetSources support for unsignaled SSRCs. 2023-01-10 06:44:27 +00:00
audio_rtp_receiver.h Implement GetParameters/GetSources support for unsignaled SSRCs. 2023-01-10 06:44:27 +00:00
audio_rtp_receiver_unittest.cc Reland "Use two MediaChannels for 2 directions." 2023-03-07 12:57:35 +00:00
audio_track.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
audio_track.h Use string_view to pass track ids to constructors 2022-05-30 10:28:57 +00:00
BUILD.gn Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 14:16:47 +00:00
channel.cc Reland "Use two MediaChannels for 2 directions." 2023-03-07 12:57:35 +00:00
channel.h Reland "Use two MediaChannels for 2 directions." 2023-03-07 12:57:35 +00:00
channel_interface.h Reland "Use two MediaChannels for 2 directions." 2023-03-07 12:57:35 +00:00
channel_unittest.cc Reland "Use two MediaChannels for 2 directions." 2023-03-07 12:57:35 +00:00
connection_context.cc Revert "ConnectionContext: remove media engine without blocking." 2023-03-02 13:37:38 +00:00
connection_context.h Revert "ConnectionContext: remove media engine without blocking." 2023-03-02 13:37:38 +00:00
data_channel_controller.cc Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
data_channel_controller.h Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
data_channel_controller_unittest.cc Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
data_channel_integrationtest.cc Reland "Don't create channel_manager++ when media_engine is not set" 2022-05-23 15:51:21 +00:00
data_channel_unittest.cc Partial reland: DataChannelObserver interface change. 2023-04-06 08:47:53 +00:00
data_channel_utils.cc Remove DataChannelType and deprecated option disable_sctp_data_channels 2021-04-19 19:32:23 +00:00
data_channel_utils.h Remove DataChannelType and deprecated option disable_sctp_data_channels 2021-04-19 19:32:23 +00:00
DEPS Remove the SctpDataChannel::config_ member variable. 2023-03-12 17:28:14 +00:00
dtls_srtp_transport.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
dtls_srtp_transport.h WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
dtls_srtp_transport_unittest.cc Delete TestListener and top-level thread wrapping. 2022-05-20 15:21:21 +00:00
dtls_transport.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
dtls_transport.h Remove cricket::DtlsTransportState. 2021-05-21 21:45:29 +00:00
dtls_transport_unittest.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
dtmf_sender.cc Replace Thread::Invoke with Thread::BlockingCall 2022-09-09 10:44:17 +00:00
dtmf_sender.h Replace Thread::Invoke with Thread::BlockingCall 2022-09-09 10:44:17 +00:00
dtmf_sender_unittest.cc Remove sigslot usage from DtmfProviderInterface 2022-08-03 14:16:35 +00:00
external_hmac.cc Reland "Use backticks not vertical bars to denote variables in comments for /pc" 2021-07-30 22:13:59 +00:00
external_hmac.h Break out a few more targets from rtc_pc_base 2022-03-10 18:36:43 +00:00
ice_server_parsing.cc Reland "move relay server priority assignment to port_allocator" 2022-11-03 12:16:08 +00:00
ice_server_parsing.h Reland "ice server parsing: return RTCError with more details" 2022-10-12 11:23:22 +00:00
ice_server_parsing_unittest.cc Reland "move relay server priority assignment to port_allocator" 2022-11-03 12:16:08 +00:00
ice_transport.cc
ice_transport.h Break out a few more targets from rtc_pc_base 2022-03-10 18:36:43 +00:00
ice_transport_unittest.cc Remove FakePortAllocator's dependency on ScopedKeyValueConfig. 2023-01-24 08:24:55 +00:00
jitter_buffer_delay.cc Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
jitter_buffer_delay.h Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
jitter_buffer_delay_unittest.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
jsep_ice_candidate.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
jsep_session_description.cc Remove JsepSessionDescription::kDefaultVideoCodecName 2023-03-02 12:28:29 +00:00
jsep_session_description_unittest.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
jsep_transport.cc Remove sigslot usage from SctpTransportInternal 2022-08-22 13:51:17 +00:00
jsep_transport.h Remove sigslot usage from SctpTransportInternal 2022-08-22 13:51:17 +00:00
jsep_transport_collection.cc Move channel creation functions into RtpTransceiver 2022-05-04 11:57:50 +00:00
jsep_transport_collection.h Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
jsep_transport_controller.cc Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
jsep_transport_controller.h Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
jsep_transport_controller_unittest.cc Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
jsep_transport_unittest.cc Reland "dtls: allow dtls role to change during DTLS restart" 2022-08-19 10:55:47 +00:00
legacy_stats_collector.cc Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
legacy_stats_collector.h Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
legacy_stats_collector_interface.h Delete api/stats_types.h in favor of api/legacy_stats_types.h 2022-11-14 12:10:06 +00:00
legacy_stats_collector_unittest.cc Add support for detaching and merging of StatsCollection contents. 2023-03-31 15:46:07 +00:00
local_audio_source.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
local_audio_source.h
local_audio_source_unittest.cc
media_protocol_names.cc Never pass a signed char to ctype macros like isdigit() 2022-05-30 13:05:03 +00:00
media_protocol_names.h Cleanup: Move some more protocol names into media_protocol_names 2021-11-02 11:51:31 +00:00
media_session.cc Integrate RTP Header extension API with SDP munging 2023-03-31 10:08:39 +00:00
media_session.h Delete ChannelManager class declaration. 2022-11-08 10:32:47 +00:00
media_session_unittest.cc Integrate RTP Header extension API with SDP munging 2023-03-31 10:08:39 +00:00
media_stream.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
media_stream.h Change stream.AddTrack/RemoveTrack to take a scoped_refptr argument 2022-04-21 12:32:17 +00:00
media_stream_observer.cc Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
media_stream_observer.h Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
media_stream_proxy.h Change stream.AddTrack/RemoveTrack to take a scoped_refptr argument 2022-04-21 12:32:17 +00:00
media_stream_track_proxy.h Move VideoTrack's content_hint property to the signaling thread. 2022-02-15 21:55:59 +00:00
media_stream_unittest.cc Delete TestListener and top-level thread wrapping. 2022-05-20 15:21:21 +00:00
OWNERS Enforce policy that SDP munging requires special approval 2023-01-30 20:09:07 +00:00
peer_connection.cc Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
peer_connection.h Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
peer_connection_adaptation_integrationtest.cc New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_bundle_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 12:04:27 +00:00
peer_connection_crypto_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 12:04:27 +00:00
peer_connection_data_channel_unittest.cc Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
peer_connection_end_to_end_unittest.cc Create SctpDataChannel objects on the network thread. 2023-03-29 20:27:54 +00:00
peer_connection_factory.cc New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_factory.h New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_factory_proxy.h New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_factory_unittest.cc Update PeerConnectionFactory unittests to use newer video factory api 2023-04-03 11:52:19 +00:00
peer_connection_field_trial_tests.cc New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_header_extension_unittest.cc Integrate RTP Header extension API with SDP munging 2023-03-31 10:08:39 +00:00
peer_connection_histogram_unittest.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
peer_connection_ice_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 10:44:34 +00:00
peer_connection_integrationtest.cc stats: rename RTCInboundRTPStreamStats and RTCOutboundRTPStreamStats 2023-03-07 14:27:47 +00:00
peer_connection_interface_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 12:04:27 +00:00
peer_connection_internal.h Switch from pointer to ID for OnSctpDataChannelStateChanged 2023-03-28 08:14:33 +00:00
peer_connection_jsep_unittest.cc Restore FiredDirection and maybe fire OnTrack in Rollback. 2022-05-02 18:07:24 +00:00
peer_connection_media_unittest.cc Reland "Use two MediaChannels for 2 directions." 2023-03-07 12:57:35 +00:00
peer_connection_mediachannel_split_unittest.cc Reland "stats: remove RTCRtpInboundRTPStream and RTCRtpoutboundRTPStream aliases" 2023-03-10 15:22:01 +00:00
peer_connection_message_handler.cc Rename api/stats_types.h to api/legacy_stats_types.h. 2022-11-11 10:29:25 +00:00
peer_connection_message_handler.h Rename api/stats_types.h to api/legacy_stats_types.h. 2022-11-11 10:29:25 +00:00
peer_connection_proxy.h Add optional init_send_encodings to AddTrack 2022-10-19 09:13:08 +00:00
peer_connection_rampup_tests.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-03-31 15:49:14 +00:00
peer_connection_rtp_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 10:44:34 +00:00
peer_connection_signaling_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 10:44:34 +00:00
peer_connection_simulcast_unittest.cc Revert "Close PC before test ends to reduce risk of flake." 2023-04-06 10:32:21 +00:00
peer_connection_svc_integrationtest.cc SVC: Add test for SVC fallback 2023-01-24 15:03:52 +00:00
peer_connection_wrapper.cc New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_wrapper.h Enable the use of CreateDataChannel with a DataChannelInit config. 2023-02-10 12:24:47 +00:00
proxy.cc Proxy: solve event tracing with compile time strings. 2021-05-28 06:53:29 +00:00
proxy.h Partial reland: DataChannelObserver interface change. 2023-04-06 08:47:53 +00:00
proxy_unittest.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
remote_audio_source.cc Split audio and video channels into Send and Receive APIs. 2022-12-14 11:00:17 +00:00
remote_audio_source.h Split audio and video channels into Send and Receive APIs. 2022-12-14 11:00:17 +00:00
rtc_stats_collector.cc Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
rtc_stats_collector.h Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
rtc_stats_collector_unittest.cc Switch from pointer to ID for OnSctpDataChannelStateChanged 2023-03-28 08:14:33 +00:00
rtc_stats_integrationtest.cc stats: use uint64_t for RTCSentRtpStreamStats.packetsSent 2023-03-16 06:46:19 +00:00
rtc_stats_traversal.cc stats: rename RTCInboundRTPStreamStats and RTCOutboundRTPStreamStats 2023-03-07 14:27:47 +00:00
rtc_stats_traversal.h Reland "Use backticks not vertical bars to denote variables in comments for /pc" 2021-07-30 22:13:59 +00:00
rtc_stats_traversal_unittest.cc stats: use Timestamp instead of uint64_t 2023-01-05 08:37:31 +00:00
rtcp_mux_filter.cc Reland "Modify Bundle logic to not add & destroy extra transport at add-track" 2021-08-11 21:50:08 +00:00
rtcp_mux_filter.h
rtcp_mux_filter_unittest.cc
rtp_media_utils.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
rtp_media_utils.h Break out a few more targets from rtc_pc_base 2022-03-10 18:36:43 +00:00
rtp_media_utils_unittest.cc
rtp_parameters_conversion.cc Let PCF.GetRtpSenderCapabilities return codecs' scalabilityModes. 2022-07-05 13:28:33 +00:00
rtp_parameters_conversion.h Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
rtp_parameters_conversion_unittest.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
rtp_receiver.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
rtp_receiver.h Reland "Remove 'trackId' dependency in stats selector algorithm." 2023-01-05 09:04:12 +00:00
rtp_receiver_proxy.h Proxy: solve event tracing with compile time strings. 2021-05-28 06:53:29 +00:00
rtp_sender.cc Enforce stream id uniqueness in RtpSender::set_stream_ids 2022-12-22 10:05:02 +00:00
rtp_sender.h Enforce stream id uniqueness in RtpSender::set_stream_ids 2022-12-22 10:05:02 +00:00
rtp_sender_proxy.h pc: Add asynchronous RtpSender::SetParameters() call 2022-11-15 15:31:40 +00:00
rtp_sender_receiver_unittest.cc Reland "Use two MediaChannels for 2 directions." 2023-03-07 12:57:35 +00:00
rtp_transceiver.cc Make GetNegotiatedHeaderExtensions return all header extensions 2023-03-21 14:33:41 +00:00
rtp_transceiver.h Rename header extension API methods 2023-03-07 10:55:58 +00:00
rtp_transceiver_unittest.cc Make GetNegotiatedHeaderExtensions return all header extensions 2023-03-21 14:33:41 +00:00
rtp_transmission_manager.cc Reland "Ensure RTCRtpSenders are always created with one encoding" 2023-01-19 15:49:04 +00:00
rtp_transmission_manager.h Split audio and video channels into Send and Receive APIs. 2022-12-14 11:00:17 +00:00
rtp_transport.cc Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
rtp_transport.h Delete some unused sigslot dependencies 2022-06-23 12:30:22 +00:00
rtp_transport_internal.h Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
rtp_transport_unittest.cc Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
sctp_data_channel.cc Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
sctp_data_channel.h Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
sctp_transport.cc Update SctpTransportInternal to use RTCError. 2023-03-21 13:57:47 +00:00
sctp_transport.h Remove sigslot usage from SctpTransportInternal 2022-08-22 13:51:17 +00:00
sctp_transport_unittest.cc Update SctpTransportInternal to use RTCError. 2023-03-21 13:57:47 +00:00
sctp_utils.cc Adopt StreamId in SctpDataChannelControllerInterface 2023-03-21 13:45:51 +00:00
sctp_utils.h Adopt StreamId in SctpDataChannelControllerInterface 2023-03-21 13:45:51 +00:00
sctp_utils_unittest.cc Remove the SctpDataChannel::config_ member variable. 2023-03-12 17:28:14 +00:00
sdp_offer_answer.cc Revert "[DataChannel] Send and receive packets on the network thread." 2023-04-05 09:34:23 +00:00
sdp_offer_answer.h Remove GetSctpSslRole, only use GetSctpSslRole_n 2023-03-25 11:40:35 +00:00
sdp_offer_answer_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 10:44:34 +00:00
sdp_serializer.cc Use absl::string_view type as parameter for RTCError message 2023-03-20 18:16:10 +00:00
sdp_serializer.h Reland "Use backticks not vertical bars to denote variables in comments for /pc" 2021-07-30 22:13:59 +00:00
sdp_serializer_unittest.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
sdp_state_provider.h
sdp_utils.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
sdp_utils.h
session_description.cc Delete variant of rtc::split that copies the output fields 2022-06-09 08:29:33 +00:00
session_description.h Unvirtualize more wasteful functions 2022-11-22 22:44:21 +00:00
session_description_unittest.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
simulcast_description.cc Introduce a variant of rtc::split that returns a vector of string_view 2022-01-25 08:25:50 +00:00
simulcast_description.h Introduce a variant of rtc::split that returns a vector of string_view 2022-01-25 08:25:50 +00:00
slow_peer_connection_integration_test.cc Remove mentions of already deleted field trials 2023-03-01 15:53:37 +00:00
srtp_filter.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
srtp_filter.h Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
srtp_filter_unittest.cc Revert "Remove code supporting the SDES crypto mode in SDP" 2021-11-04 14:46:27 +00:00
srtp_session.cc Move global libsrtp usage count into a singleton class 2022-04-06 07:41:52 +00:00
srtp_session.h Move global libsrtp usage count into a singleton class 2022-04-06 07:41:52 +00:00
srtp_session_unittest.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1 2022-03-09 13:23:21 +00:00
srtp_transport.cc Delete some unused sigslot dependencies 2022-06-23 12:30:22 +00:00
srtp_transport.h Delete the remaining comments about SrtpTransportInterface. 2022-06-06 10:31:26 +00:00
srtp_transport_unittest.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1 2022-03-09 13:23:21 +00:00
stream_collection.h Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
track_media_info_map.cc TrackMediaInfoMap: Use rtc::ArrayView in Initialize. 2022-07-27 11:28:25 +00:00
track_media_info_map.h TrackMediaInfoMap: Use rtc::ArrayView in Initialize. 2022-07-27 11:28:25 +00:00
track_media_info_map_unittest.cc [ModernStats] Replace uses of std::unique_ptr<> with absl::optional<>. 2022-07-27 11:18:41 +00:00
transceiver_list.cc Restore FiredDirection and maybe fire OnTrack in Rollback. 2022-05-02 18:07:24 +00:00
transceiver_list.h Restore FiredDirection and maybe fire OnTrack in Rollback. 2022-05-02 18:07:24 +00:00
transport_stats.cc
transport_stats.h stats: add dtlsRole to transport 2022-05-02 10:13:54 +00:00
usage_pattern.cc
usage_pattern.h Reland "Use backticks not vertical bars to denote variables in comments for /pc" 2021-07-30 22:13:59 +00:00
used_ids.h Remove frequent log. 2022-01-18 13:46:37 +00:00
used_ids_unittest.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
video_rtp_receiver.cc Implement GetParameters/GetSources support for unsignaled SSRCs. 2023-01-10 06:44:27 +00:00
video_rtp_receiver.h Implement GetParameters/GetSources support for unsignaled SSRCs. 2023-01-10 06:44:27 +00:00
video_rtp_receiver_unittest.cc Change MediaChannel to have a Role parameter 2023-02-09 14:29:08 +00:00
video_rtp_track_source.cc Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
video_rtp_track_source.h Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
video_rtp_track_source_unittest.cc clean up misc TimeDelta use 2022-08-02 13:52:36 +00:00
video_track.cc Replace Thread::Invoke with Thread::BlockingCall 2022-09-09 10:44:17 +00:00
video_track.h Use string_view to pass track ids to constructors 2022-05-30 10:28:57 +00:00
video_track_source.cc Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
video_track_source.h Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
video_track_source_proxy.cc Make RtpTransceiver not inherit from RefCountedObject. 2022-03-18 16:17:24 +00:00
video_track_source_proxy.h Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
video_track_unittest.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
webrtc_sdp.cc Revert "sdp: add rtcp-fb:* lines for common feedback" 2023-02-10 19:42:14 +00:00
webrtc_sdp.h sdp: move serialization of ice, dtls and header extensions to helpers 2022-12-23 11:47:42 +00:00
webrtc_sdp_unittest.cc Remove JsepSessionDescription::kDefaultVideoCodecName 2023-03-02 12:28:29 +00:00
webrtc_session_description_factory.cc Remove dependency on rtc::MessageHandler in session description factory 2022-08-24 16:12:39 +00:00
webrtc_session_description_factory.h Remove dependency on rtc::MessageHandler in session description factory 2022-08-24 16:12:39 +00:00