Files
platform-external-webrtc/webrtc/api/android/jni/OWNERS
Sami Kalliomaki 16032126ed This implementation greatly simplifies Android video capturing stack. The old
stack will be removed soon in a separate CL. Constraints will not be supported
in the new implementation. Apps can request a format directly and the closest
supported format will be selected.

Changes needed from the apps:
1. Use the new createVideoSource without constraints.
2. Call startCapture manually.
3. Don't call videoSource.stop/restart, use startCapture/stopCapture instead.

R=magjed@webrtc.org
TBR=kjellander@webrtc.org

Review URL: https://codereview.webrtc.org/2127893002 .

Cr-Commit-Position: refs/heads/master@{#13504}
2016-07-20 14:13:20 +00:00

11 lines
504 B
Plaintext

per-file androidvideocapturer*=magjed@webrtc.org
per-file androidmediaencoder*=magjed@webrtc.org
per-file androidmediadecoder*=magjed@webrtc.org
per-file androidmediacodeccommon.h=magjed@webrtc.org
per-file androidvideotracksource_jni.cc=magjed@webrtc.org
per-file androidvideotracksource_jni.cc=sakal@webrtc.org
per-file surfacetexturehelper*=magjed@webrtc.org
per-file native_handle_impl*=magjed@webrtc.org
# Video related parts of peerconnection only.
per-file peerconnection_jni.cc=magjed@webrtc.org