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

Unified Diff: chrome/browser/media/cast_transport_host_filter.h

Issue 519443002: Cast: merge InsertCoded{Audio,Video}Frame into InsertFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more missing test file fixed Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/cast_transport_host_filter.h
diff --git a/chrome/browser/media/cast_transport_host_filter.h b/chrome/browser/media/cast_transport_host_filter.h
index 8f0fe33a886e5028d84316d3c55b91bfe01881ba..8a870cadd62d7d1e1e44d254aa9de35d47794432 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -54,12 +54,10 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
void OnInitializeVideo(
int32 channel_id,
const media::cast::CastTransportRtpConfig& config);
- void OnInsertCodedAudioFrame(
+ void OnInsertFrame(
int32 channel_id,
- const media::cast::EncodedFrame& audio_frame);
- void OnInsertCodedVideoFrame(
- int32 channel_id,
- const media::cast::EncodedFrame& video_frame);
+ uint32 ssrc,
+ const media::cast::EncodedFrame& frame);
void OnSendSenderReport(
int32 channel_id,
uint32 ssrc,
« no previous file with comments | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698