Skip to content

Add OnFrameDropped override to LocalRecorder::Display#2448

Open
sprangerik wants to merge 1 commit intogoogle:mainfrom
sprangerik:on_frame_dropped
Open

Add OnFrameDropped override to LocalRecorder::Display#2448
sprangerik wants to merge 1 commit intogoogle:mainfrom
sprangerik:on_frame_dropped

Conversation

@sprangerik
Copy link
Copy Markdown

This adds a virtual OnFrameDropped method to cuttlefish::webrtc_streaming::LocalRecorder::Display since that implements the webrtc::EncodedImageCallback interface.

The deps in this project currently points to a quite old commit from early December 2025 and doesn't yet have the new method, but after an update it's likely to be breaking since the new method will be made pure virtual soon.

See https://groups.google.com/g/discuss-webrtc/c/Cf9aJcWKns8 for more details.

To avoid breakages, this PR adds the new virtual method but does not yet mark it as override.

@google-cla
Copy link
Copy Markdown

google-cla Bot commented Apr 23, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@Databean Databean added kokoro:run Run e2e tests. labels Apr 23, 2026
@GoogleCuttlefishTesterBot GoogleCuttlefishTesterBot removed the kokoro:run Run e2e tests. label Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants