Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4860)

Unified Diff: chrome/test/data/webrtc/webrtc_video_quality_test.html

Issue 2199373002: Reland of Use MediaRecorder to capture video for quality test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ran 'git cl format.' Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webrtc/video_extraction.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/webrtc_video_quality_test.html
diff --git a/chrome/test/data/webrtc/webrtc_video_quality_test.html b/chrome/test/data/webrtc/webrtc_video_quality_test.html
index 3e9b902d6e1416c0330617c6e5f3dfcf9221a7f4..06404ba8eda7561702badc87c44ae9e425da6091 100644
--- a/chrome/test/data/webrtc/webrtc_video_quality_test.html
+++ b/chrome/test/data/webrtc/webrtc_video_quality_test.html
@@ -21,12 +21,11 @@
<video id="local-view" autoplay="autoplay"></video>
</td>
<td>
- <!-- startFrameCapture() takes 3 parameters:
+ <!-- startFrameCapture() takes 2 parameters:
1. reference to remote video tag.
- 2. fps: fps at which we would like to sample.
- 3. duration: The duration of the capturing. -->
+ 2. duration: The duration of the capturing. -->
<video id="remote-view" autoplay="autoplay"
- onplay="startFrameCapture(this, 30, 5)"></video>
+ onplay="startFrameCapture(this, 5)"></video>
</td>
</tr>
</table>
« no previous file with comments | « chrome/test/data/webrtc/video_extraction.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698