commit | 9db8b88bd44a43118c73302bac883ce55abfe933 | [log] [tgz] |
---|---|---|
author | Benjamin Wright <benwright@webrtc.org> | Mon Jan 14 15:30:20 2019 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 15 00:51:29 2019 +0000 |
tree | 35c08cb9d455bed04760938f4d977147529b5c47 | |
parent | fa1ca1e7819287f96314bb51ab3a7e13c4bb9e43 [diff] |
Added JSON generator for VideoReceiveStream::Config objects. This change adds a new way for test code to serialize the important information from a VideoReceiveStream::Config so that it can be stored as configuration data for WebRTC fuzzers. This code isn't included in the object itself as it is only going to be used to generate new configurations for the fuzzer each time a new error_correction or video format is added to WebRTC. Bug: webrtc:10117 Change-Id: I9b6fb8e0345890ab16f6d319d91e4e316d1f2888 Reviewed-on: https://webrtc-review.googlesource.com/c/116920 Commit-Queue: Benjamin Wright <benwright@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26255}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.