commit | 06176e49e276d290209676c832f17d34329d9ecd | [log] [tgz] |
---|---|---|
author | nisse <nisse@webrtc.org> | Mon Apr 18 12:34:40 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Apr 18 12:34:45 2016 |
tree | 722aae29dbb98b6aaf77cf061c1ca15f4610704c | |
parent | d30a1117f842f43e089404981361350b53b4f159 [diff] |
Added new VideoFrameBuffer methods Data[YUV]() etc. Eliminate most uses of the old methods. To continue on this path, once we agree the new methods make sense, the next step is to rename cricket::VideoFrame::GetVideoFrameBuffer --> video_frame_buffer, to match the name in webrtc::VideoFrame (if we think that name is ok?). And then start updating all code to access planes via the VideoFrameBuffer, and delete corresponding methods in both cricket::VideoFrame and webrtc::VideoFrame. BUG=webrtc:5682 Review URL: https://codereview.webrtc.org/1878623002 Cr-Commit-Position: refs/heads/master@{#12407}
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.