commit | a261e6136655af33f283eda8e60a6dd93dd746a4 | [log] [tgz] |
---|---|---|
author | kjellander <kjellander@webrtc.org> | Wed Apr 20 11:13:23 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 20 11:13:30 2016 |
tree | 5cf2a22a399b3fecc5646c014422197d090c07ba | |
parent | 049da04a7a93b43f2f9b5d1c446cb4ffca59eed8 [diff] |
Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ ) Reason for revert: API changes broke downstream. Original issue's description: > Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. > EncodedImageCallback is used by all encoder implementations and seems to be what we should try to use in the transport. > EncodedImageCallback can of course be cleaned up in the future. > > This moves creation of RTPVideoHeader from the GenericEncoder to the PayLoadRouter. > > BUG=webrtc::5687 > > Committed: https://crrev.com/f5d55aaecdc39e9cc66eb6e87614f04afe28f6eb > Cr-Commit-Position: refs/heads/master@{#12436} TBR=stefan@webrtc.org,pbos@webrtc.org,perkj@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc::5687 Review URL: https://codereview.webrtc.org/1903193002 Cr-Commit-Position: refs/heads/master@{#12441}
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.