| Index: content/renderer/media/media_stream_video_source.cc
|
| diff --git a/content/renderer/media/media_stream_video_source.cc b/content/renderer/media/media_stream_video_source.cc
|
| index ba8bb54fe2834a98759deece07f40fc415383099..3c19faab3c55a60c0986975e3a086dad3a0e58d1 100644
|
| --- a/content/renderer/media/media_stream_video_source.cc
|
| +++ b/content/renderer/media/media_stream_video_source.cc
|
| @@ -480,13 +480,7 @@ void MediaStreamVideoSource::OnSupportedFormats(
|
| }
|
|
|
| state_ = STARTING;
|
| - DVLOG(3) << "Starting the capturer with"
|
| - << " width = " << current_format_.frame_size.width()
|
| - << " height = " << current_format_.frame_size.height()
|
| - << " frame rate = " << current_format_.frame_rate
|
| - << " pixel format = "
|
| - << media::VideoCaptureFormat::PixelFormatToString(
|
| - current_format_.pixel_format);
|
| + DVLOG(3) << "Starting the capturer with " << current_format_.ToString();
|
|
|
| media::VideoCaptureParams params;
|
| params.requested_format = current_format_;
|
|
|