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

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

Issue 901833004: [Cast] Repurpose CastInitializationStatus for variable frame size support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes. Created 5 years, 10 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 68f53f1d19a67f7be5bc31ff88ed560dbafab078..349075a5e40044df6311c6f8f21a17aa8a663ed4 100644
--- a/media/cast/sender/h264_vt_encoder.h
+++ b/media/cast/sender/h264_vt_encoder.h
@@ -26,7 +26,7 @@ class H264VideoToolboxEncoder : public VideoEncoder {
const scoped_refptr<CastEnvironment>& cast_environment,
const VideoSenderConfig& video_config,
const gfx::Size& frame_size,
- const CastInitializationCallback& initialization_cb);
+ const StatusChangeCallback& status_change_cb);
~H264VideoToolboxEncoder() override;
// media::cast::VideoEncoder implementation

Powered by Google App Engine
This is Rietveld 408576698