webrtc/modules/pacing
Hans Wennborg f9d38f2e4e Fix -Wdefaulted-function-deleted warning in StreamPrioKey
../../third_party/webrtc/modules/pacing/round_robin_packet_queue.h:70:5:
warning: explicitly defaulted default constructor is implicitly deleted
[-Wdefaulted-function-deleted]
    StreamPrioKey() = default;
    ^
../../third_party/webrtc/modules/pacing/round_robin_packet_queue.h:80:37: note:
default constructor of 'StreamPrioKey' is implicitly deleted because field
'priority' of const-qualified type 'const RtpPacketSender::Priority' would not
be initialized
    const RtpPacketSender::Priority priority;
                                    ^

Bug: chromium:890307
Change-Id: I58f21121fc9083a60ba1ad26492fdca6285d0447
Reviewed-on: https://webrtc-review.googlesource.com/c/103181
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: Magnus Flodman <mflodman@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24952}
2018-10-03 12:57:10 +00:00
..
mock Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bitrate_prober_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bitrate_prober.cc Enabling clang::find_bad_constructs for modules/pacing. 2018-07-18 13:41:45 +00:00
bitrate_prober.h Cleanup modules_common_types 2018-09-18 08:08:33 +00:00
BUILD.gn Remove runtime_enabled_feature. 2018-10-01 07:03:25 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
interval_budget_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
interval_budget.cc Added limit to elapsed time in paced sender. 2018-02-28 09:40:00 +00:00
interval_budget.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
OWNERS Adds srte@webrtc.org as modules/pacing/ OWNER. 2018-06-29 15:25:24 +00:00
paced_sender_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
paced_sender.cc Remove usage of runtime_enabled_features in WebRTC. 2018-09-27 14:32:20 +00:00
paced_sender.h Removes legacy PacketQueue implementation. 2018-09-14 14:57:15 +00:00
pacer.h Preparing for task queue in congenstion controller 2018-02-20 12:35:15 +00:00
packet_router_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
packet_router.cc Make packet router send padding on rtp module that last sent media. 2018-05-17 12:21:11 +00:00
packet_router.h Make packet router send padding on rtp module that last sent media. 2018-05-17 12:21:11 +00:00
round_robin_packet_queue.cc Removes legacy PacketQueue implementation. 2018-09-14 14:57:15 +00:00
round_robin_packet_queue.h Fix -Wdefaulted-function-deleted warning in StreamPrioKey 2018-10-03 12:57:10 +00:00