webrtc/test/scenario
Philip Eliasson 2b068ce1b8 Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory."
This reverts commit a4f23ad0ce.

Reason for revert: Downstream fix landed.

TBR=mflodman@webrtc.org

Original change's description:
> Revert "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory."
>
> This reverts commit acb9d8365a.
>
> Reason for revert: Break downstream stuff.
>
> Original change's description:
> > Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory.
> >
> > Bug: webrtc:9106
> > Change-Id: I85712f3ab6a734d3fad7819491d3b8e3388b47e7
> > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/180342
> > Reviewed-by: Niels Moller <nisse@webrtc.org>
> > Reviewed-by: Magnus Flodman <mflodman@webrtc.org>
> > Commit-Queue: Philip Eliasson <philipel@webrtc.org>
> > Cr-Commit-Position: refs/heads/master@{#31834}
>
> TBR=nisse@webrtc.org,philipel@webrtc.org,mflodman@webrtc.org
>
> Change-Id: I6cfdb85a154a78135839f84edf5f69673d5ab715
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: webrtc:9106
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/180807
> Reviewed-by: Philip Eliasson <philipel@webrtc.org>
> Commit-Queue: Philip Eliasson <philipel@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#31835}

TBR=nisse@webrtc.org,philipel@webrtc.org,mflodman@webrtc.org

# Not skipping CQ checks because this is a reland.

Bug: webrtc:9106
Change-Id: I03b3e68532107bec37bcc6e47a5489c84fe91ef9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/180808
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31866}
2020-08-06 11:50:08 +00:00
..
audio_stream.cc Thread affinity fix for scenario test SetMuted. 2020-02-28 15:20:39 +00:00
audio_stream.h Adds GetStats to scenario receive streams. 2019-04-09 11:44:20 +00:00
BUILD.gn Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
call_client.cc Add SharedModuleThread class to share a module thread across Call instances. 2020-05-25 17:21:56 +00:00
call_client.h Add SharedModuleThread class to share a module thread across Call instances. 2020-05-25 17:21:56 +00:00
column_printer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
column_printer.h Adds functionality to write logs to memory. 2019-01-16 17:36:31 +00:00
hardware_codecs.cc Format almost everything. 2019-07-08 13:45:15 +00:00
hardware_codecs.h Adds scenario test framework. 2018-09-27 12:31:33 +00:00
network_node.cc Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
network_node.h Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
OWNERS Adds scenario test framework. 2018-09-27 12:31:33 +00:00
performance_stats.cc Moves SampleStats and EventRateCounter to rtc_base/numerics 2019-12-02 07:46:48 +00:00
performance_stats.h Moves SampleStats and EventRateCounter to rtc_base/numerics 2019-12-02 07:46:48 +00:00
performance_stats_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
scenario.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
scenario.h Moves ownership of time controller into NetworkEmulationManager. 2020-01-22 11:12:27 +00:00
scenario_config.cc Using NetworkEmulationManager in Scenario tests. 2019-04-16 06:24:26 +00:00
scenario_config.h Adds binary proto ANA support in scenario tests. 2020-02-27 14:53:59 +00:00
scenario_unittest.cc Adds test case that would have found potential dead-lock in pacer. 2020-06-26 15:40:20 +00:00
stats_collection.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
stats_collection.h Delete media transport integration. 2019-11-26 19:19:36 +00:00
stats_collection_unittest.cc Limits size of payload padding packets to 2x target size. 2020-04-16 14:50:31 +00:00
video_frame_matcher.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
video_frame_matcher.h Fix for tsan failue in real time scenario tests. 2019-08-29 09:35:46 +00:00
video_stream.cc Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." 2020-08-06 11:50:08 +00:00
video_stream.h Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
video_stream_unittest.cc Reland "Reland "Allows FEC generation after pacer step."" 2020-07-03 07:20:06 +00:00