mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Make TransformableVideoFrameInterface::SetMetadata pure virtual
Bug: webrtc:14709 Change-Id: I9e131a041e80c1774b982f61197a0499b97c6ae7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301162 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Stefan Holmer <stefan@webrtc.org> Auto-Submit: Tony Herre <herre@google.com> Reviewed-by: Stefan Holmer <holmer@google.com> Cr-Commit-Position: refs/heads/main@{#39845}
This commit is contained in:
parent
514829cac8
commit
c381c33767
1 changed files with 1 additions and 3 deletions
|
@ -60,9 +60,7 @@ class TransformableVideoFrameInterface : public TransformableFrameInterface {
|
||||||
|
|
||||||
virtual VideoFrameMetadata Metadata() const = 0;
|
virtual VideoFrameMetadata Metadata() const = 0;
|
||||||
|
|
||||||
// TODO(https://crbug.com/webrtc/14709): Make pure virtual when Chromium MOCK
|
virtual void SetMetadata(const VideoFrameMetadata&) = 0;
|
||||||
// has implemented this.
|
|
||||||
virtual void SetMetadata(const VideoFrameMetadata&) {}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Extends the TransformableFrameInterface to expose audio-specific information.
|
// Extends the TransformableFrameInterface to expose audio-specific information.
|
||||||
|
|
Loading…
Reference in a new issue