Delete method EncodedFrame::GetBitstream, part 1

Only caller was the RtpFrameObject constructor, so it's
not needed in the interface.

To be able to delete downstream overrides, add a temporary
default implementation. Method will be completely deleted in part 2.

Bug: webrtc:9378
Change-Id: I9083b6284313b6ebce854c6f2cec4617953331d9
Reviewed-on: https://webrtc-review.googlesource.com/c/112128
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25822}
This commit is contained in:
Niels Möller
2018-11-28 15:14:54 +01:00
committed by Commit Bot
parent 0cc11b4b94
commit 648a7cefe1
8 changed files with 26 additions and 49 deletions

View File

@ -37,8 +37,6 @@ class RtpFrameObject : public EncodedFrame {
int times_nacked() const;
enum FrameType frame_type() const;
VideoCodecType codec_type() const;
void SetBitstream(rtc::ArrayView<const uint8_t> bitstream);
bool GetBitstream(uint8_t* destination) const override;
int64_t ReceivedTime() const override;
int64_t RenderTime() const override;
bool delayed_by_retransmission() const override;