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

Unified Diff: content/browser/media/media_internals_unittest.cc

Issue 804473007: Linux Video Capture: small cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: corrected indentations Created 6 years 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 | « no previous file | media/video/capture/linux/video_capture_device_factory_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_internals_unittest.cc
diff --git a/content/browser/media/media_internals_unittest.cc b/content/browser/media/media_internals_unittest.cc
index da8e2c51eb3aca11010d6e2192d55bb6bd388e7a..fc10f370ceebdac39c3dc2539a13ea8ce1957b09 100644
--- a/content/browser/media/media_internals_unittest.cc
+++ b/content/browser/media/media_internals_unittest.cc
@@ -147,7 +147,7 @@ TEST_F(MediaInternalsVideoCaptureDeviceTest,
const media::VideoCaptureFormat capture_format(
kFrameSize, kFrameRate, kPixelFormat);
const std::string expected_string =
- base::StringPrintf("resolution: %s, fps: %f, pixel format: %s",
+ base::StringPrintf("resolution: %s, fps: %.3f, pixel format: %s",
kFrameSize.ToString().c_str(),
kFrameRate,
media::VideoCaptureFormat::PixelFormatToString(
« no previous file with comments | « no previous file | media/video/capture/linux/video_capture_device_factory_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698