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

Unified Diff: media/cast/framer/frame_buffer.h

Issue 109413004: Cast:Adding cast_transport_config and cleaning up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Injecting TaskRunner Created 7 years 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/framer/frame_buffer.h
diff --git a/media/cast/framer/frame_buffer.h b/media/cast/framer/frame_buffer.h
index b99f2b2582d55967ba427c86c1c45601153b54c9..4ce7f47e981d482612f7d46fed2af193437f9a3b 100644
--- a/media/cast/framer/frame_buffer.h
+++ b/media/cast/framer/frame_buffer.h
@@ -25,10 +25,10 @@ class FrameBuffer {
const RtpCastHeader& rtp_header);
bool Complete() const;
- bool GetEncodedAudioFrame(EncodedAudioFrame* audio_frame,
+ bool GetEncodedAudioFrame(transport::EncodedAudioFrame* audio_frame,
uint32* rtp_timestamp) const;
- bool GetEncodedVideoFrame(EncodedVideoFrame* video_frame,
+ bool GetEncodedVideoFrame(transport::EncodedVideoFrame* video_frame,
uint32* rtp_timestamp) const;
bool is_key_frame() const { return is_key_frame_; }

Powered by Google App Engine
This is Rietveld 408576698