Removed VideoDecoderFactory::LegacyCreateVideoDecoder and VideoReceiveStream::Config::stream_id.
Bug: webrtc:9106 Change-Id: I7fa84095732c33d136a9354ae4f09266cffcf877 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/180020 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31793}
This commit is contained in:
@ -34,12 +34,6 @@ class RTC_EXPORT VideoDecoderFactory {
|
||||
virtual std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
||||
const SdpVideoFormat& format) = 0;
|
||||
|
||||
// Note: Do not call or override this method! This method is a legacy
|
||||
// workaround and is scheduled for removal without notice.
|
||||
virtual std::unique_ptr<VideoDecoder> LegacyCreateVideoDecoder(
|
||||
const SdpVideoFormat& format,
|
||||
const std::string& receive_stream_id);
|
||||
|
||||
virtual ~VideoDecoderFactory() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user