commit | a75d12d09d5f9fdb4a14253ac2533fc7ab22d710 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Mon Nov 07 13:11:28 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 07 13:11:44 2016 |
tree | 8b12a797d72376595cc665da301af86a285b8f90 | |
parent | f082c2aa8dcb8868b2b6feb0a66c9c64c3e32205 [diff] |
H264SpsPpsTracker now return PacketAction on CopyAndFixBitstream. To differentiate between when a packet should be dropped or when a keyframe is missing its SPS and/or SPS CopyAndFixBitstream now returns: - kInsert, the packet should be inserted into the PacketBuffer. - kDrop, the packet should be dropped. - kRequestKeyframe, a keyframe should be requested. BUG=webrtc:5514 Review-Url: https://codereview.webrtc.org/2477343002 Cr-Commit-Position: refs/heads/master@{#14948}
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.