Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: media/cast/sender/h264_vt_encoder.h

Issue 863083002: [cast] Add optional VideoEncoder method to flush frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/cast/sender/h264_vt_encoder.h
diff --git a/media/cast/sender/h264_vt_encoder.h b/media/cast/sender/h264_vt_encoder.h
index 116486245a4de05f1a8d800ed52620f9775d2808..a21fbff72fc98bf78c3ca0bf4aa3cf2716db5971 100644
--- a/media/cast/sender/h264_vt_encoder.h
+++ b/media/cast/sender/h264_vt_encoder.h
@@ -36,6 +36,7 @@ class H264VideoToolboxEncoder : public VideoEncoder {
void GenerateKeyFrame() override;
void LatestFrameIdToReference(uint32 frame_id) override;
scoped_ptr<VideoFrameFactory> CreateVideoFrameFactory() override;
+ void EmitFrames() override;
private:
// Initialize the compression session.

Powered by Google App Engine
This is Rietveld 408576698