webrtc/logging/rtc_event_log
Elad Alon 157540ac05 Stop hard-coding default IDs for RTP extensions
Hard-coding default values forces IDs over 14 to be used even
when we offer less than 15 different extensions.

Note that the code relies on MergeRtpHdrExts for making sure
that extension IDs are kept consistent and non-colliding between
different streams (audio/video).

Bug: webrtc:10288
Change-Id: I3e59f7ddc8ca43cea91084a6b7f36df70fb6be4a
Reviewed-on: https://webrtc-review.googlesource.com/c/121646
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26622}
2019-02-09 01:04:35 +00:00
..
encoder Add rtc event generic packet sent and received. 2019-02-08 19:13:57 +00:00
events Add rtc event generic packet sent and received. 2019-02-08 19:13:57 +00:00
mock Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
output (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
DEPS [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
fake_rtc_event_log_factory.cc Remove functions to inject a TaskQueue in RtcEventLog creation. 2018-12-05 16:35:04 +00:00
fake_rtc_event_log_factory.h Remove functions to inject a TaskQueue in RtcEventLog creation. 2018-12-05 16:35:04 +00:00
fake_rtc_event_log.cc Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
fake_rtc_event_log.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
ice_logger.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
ice_logger.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
logged_events.cc Reland "Reland "Adds richer packet and ice processing to ParsedRtcEventLog."" 2019-01-23 10:00:01 +00:00
logged_events.h Add RTC event logging of LossNotification RTCP messages 2019-01-24 13:33:57 +00:00
rtc_event_log2.proto Add transaction id to candidate pair event log parser and encoder. 2018-12-01 01:15:29 +00:00
rtc_event_log2rtp_dump.cc Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_event_log_factory_interface.h Clean up visibility and dependencies of RTC event log build targets. 2019-01-11 11:05:12 +00:00
rtc_event_log_factory.cc Remove functions to inject a TaskQueue in RtcEventLog creation. 2018-12-05 16:35:04 +00:00
rtc_event_log_factory.h Clean up visibility and dependencies of RTC event log build targets. 2019-01-11 11:05:12 +00:00
rtc_event_log_impl.cc Add some missing includes and dependencies. 2019-01-18 15:30:26 +00:00
rtc_event_log_parser.cc Stop hard-coding default IDs for RTP extensions 2019-02-09 01:04:35 +00:00
rtc_event_log_parser.h Add RTC event logging of LossNotification RTCP messages 2019-01-24 13:33:57 +00:00
rtc_event_log_unittest_helper.cc Add RTC event logging of LossNotification RTCP messages 2019-01-24 13:33:57 +00:00
rtc_event_log_unittest_helper.h Add RTC event logging of LossNotification RTCP messages 2019-01-24 13:33:57 +00:00
rtc_event_log_unittest.cc Stop hard-coding default IDs for RTP extensions 2019-02-09 01:04:35 +00:00
rtc_event_log.cc Move RtcEventLog::CreateNull implementation near declaration. 2018-10-18 13:39:58 +00:00
rtc_event_log.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
rtc_event_log.proto Log probing bitrate and cluster id as int32 in event log. 2018-05-04 14:40:44 +00:00
rtc_event_processor_unittest.cc Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_event_processor.cc Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_event_processor.h Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_stream_config.cc Rewrite the RtcEventLog unit test. 2018-06-26 10:23:29 +00:00
rtc_stream_config.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