commit | 1d640e53bde26f6951e274a0837aeedb82f5ea3f | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Tue Sep 29 14:33:16 2015 |
committer | Magnus Jedvert <magjed@webrtc.org> | Tue Sep 29 14:33:27 2015 |
tree | 99d5cd2a1ac9656f2e1c22453c71d73f68d628b8 | |
parent | 63b345441a995665c1cdd0329b65f895675874ff [diff] |
JavaVideoRendererWrapper: Use jlongFromPointer() to convert frame pointer to jlong The purpose of this CL is to use jlongFromPointer() for converting frame pointers to jlong instead of implicit casts which is not safe. In order to respect constness, I had to make a small helper function for this. BUG=webrtc:4993 R=perkj@webrtc.org Review URL: https://codereview.webrtc.org/1373233002 . Cr-Commit-Position: refs/heads/master@{#10108}
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.