Index: content/common/gpu/media/dxva_video_decode_accelerator.cc |
diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.cc b/content/common/gpu/media/dxva_video_decode_accelerator.cc |
index 8a8dd6e8ba07f1660c0b8436e6a90e62e5850eae..fffceb706fa9f1746844ccc2f7974c98684b6831 100644 |
--- a/content/common/gpu/media/dxva_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/dxva_video_decode_accelerator.cc |
@@ -836,7 +836,7 @@ void DXVAVideoDecodeAccelerator::DoDecode() { |
&status); |
IMFCollection* events = output_data_buffer.pEvents; |
if (events != NULL) { |
- VLOG(1) << "Got events from ProcessOuput, but discarding"; |
+ DVLOG(1) << "Got events from ProcessOuput, but discarding"; |
events->Release(); |
} |
if (FAILED(hr)) { |