| 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.
|
|
|