webrtc/modules/video_coding/codecs
Erik Språng 82fad3d513 Remove TemporalLayersFactory and associated classes
As the rate allocation has been moved into entirely into
SimulcastRateAllocator, and the listeners are thus no longer needed,
this class doesn't fill any other purpose than to determine if
ScreenshareLayers or TemporalLayers should be created for a given
simulcast stream. This can however be done just from looking at the
VideoCodec instance, so changing this into a static factory method.

Due to dependencies from upstream projects, keep the class name and
field in VideoCodec around for now.

Bug: webrtc:9012
Change-Id: I028fe6b2a19e0d16b35956cc2df01dcf5bfa7979
Reviewed-on: https://webrtc-review.googlesource.com/63264
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22529}
2018-03-21 10:20:48 +00:00
..
h264 Don't crash in SingleNalu packetization for h264 if no space in packet 2018-03-15 15:42:57 +00:00
i420 Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
interface Delete unused deprecated headers under modules/video_coding/ 2018-02-16 14:07:38 +00:00
multiplex Fix incorrect explicit marks 2018-03-07 21:56:50 +00:00
test Remove TemporalLayersFactory and associated classes 2018-03-21 10:20:48 +00:00
vp8 Remove TemporalLayersFactory and associated classes 2018-03-21 10:20:48 +00:00
vp9 Make PayloadRouter own the picture id and tl0 pic idx sequences. 2018-03-15 12:22:07 +00:00