commit | 2dbc627aa07e410ee914afbbf1805d2da1ee6ddd | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Fri May 31 13:08:58 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 31 21:18:21 2019 +0000 |
tree | 07c0186417eca8b563ac2f90b1b4ef610253d44b | |
parent | 2229cf79157c199f840998277d9e483770f7c93e [diff] |
Check H264 packetization mode when using IsSameCodec H264 requires that the packetization modes are the same in order to consider the code the same. This logic was added to VideoCodec::Matches but was not reflected in IsSameCodec. This could manifest itself when a remote description with an unsupported packetization mode is set. Bug: webrtc:10693 Change-Id: Icda07f7d56a464895d2267a41cc0f2fd9d5f42ff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138983 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Amit Hilbuch <amithi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28126}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.