diff options
author | miu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-25 03:33:44 +0000 |
---|---|---|
committer | miu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-25 03:33:44 +0000 |
commit | afd51ef55d60f5c9ad3c29e94f9703053438302c (patch) | |
tree | dbe88e090f3ae89c80d87ccce4ce920584ea6a87 /media/cast/DEPS | |
parent | adcdcdd019fcf6aab6ba4731aad7afbe6a50892e (diff) | |
download | chromium_src-afd51ef55d60f5c9ad3c29e94f9703053438302c.zip chromium_src-afd51ef55d60f5c9ad3c29e94f9703053438302c.tar.gz chromium_src-afd51ef55d60f5c9ad3c29e94f9703053438302c.tar.bz2 |
[Cast] Clean-up RtpCastHeader and RtpParser, removing the last WebRTC dependency.
Removed use of a WebRTC struct to hold the RTP-specific header values,
and only include those struct members needed by Cast in RtpCastHeader.
Also:
1. Cleaned up RtpParser, and fixed bugs relating to 8-->32 bit frame_id
and reference_frame_id expansion.
2. Moved call to OnReceivedPayloadData() out of RtpParser::ParsePacket()
and into RtpReceiver.
3. Massaged unit tests around RtpCastHeader changes.
4. Coding style violations fixed where code was touched.
Testing: All cast_unittests pass. Also, manually casted from Chrome to cast_receiver_app to confirm everything works.
BUG=347391
Review URL: https://codereview.chromium.org/250363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/cast/DEPS')
-rw-r--r-- | media/cast/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media/cast/DEPS b/media/cast/DEPS index 76d22b6..abee286 100644 --- a/media/cast/DEPS +++ b/media/cast/DEPS @@ -3,7 +3,6 @@ include_rules = [ "+media", "+net", "+third_party/libyuv", - "+third_party/webrtc", "+third_party/zlib", "+ui/gfx", ] |