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

Unified Diff: media/cast/net/cast_transport.h

Issue 2307653002: Adding CastRemotingSender for media remoting. (Closed)
Patch Set: Rebased. Created 4 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
Index: media/cast/net/cast_transport.h
diff --git a/media/cast/net/cast_transport.h b/media/cast/net/cast_transport.h
index 9f1c8bb34f02872cdee34d967d77b11f0e21d70f..8f8aacb052eb6bff2a3bff6ab1abf2719551d581 100644
--- a/media/cast/net/cast_transport.h
+++ b/media/cast/net/cast_transport.h
@@ -114,7 +114,7 @@ class CastTransport : public base::NonThreadSafe {
std::unique_ptr<RtcpObserver> rtcp_observer) {}
// Encrypt, packetize and transmit |frame|. |ssrc| must refer to a
- // a channel already established with InitializeAudio / InitializeVideo.
+ // a channel already established with InitializeStream.
virtual void InsertFrame(uint32_t ssrc, const EncodedFrame& frame) = 0;
// Sends a RTCP sender report to the receiver.

Powered by Google App Engine
This is Rietveld 408576698