commit | 68979ab7dd971ab6e983b23c83154ba05e183fb8 | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Thu Oct 06 09:15:49 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 06 09:15:56 2016 |
tree | 89c4b4771f3703fde3941ae910ca6c267708fa8a | |
parent | fc5e0504ea0dd341046779881908d4640617a2f0 [diff] |
H264 codec: Check profile-level-id when matching For the H264 video codec, comparing the codec name is not enough for determining a match. The profile-level-id must also match. This CL: - Specializes the VideoCodec::Matches function with extra logic for matching H264 codecs. - Adds unittests for matching H264 video codecs. - Removes the unnecessary CodecTest fixture class. BUG=webrtc:6337,chromium:645599 Review-Url: https://codereview.webrtc.org/2347863003 Cr-Commit-Position: refs/heads/master@{#14546}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.