media/base/codec: Adjust the log level about H264 constrained baseline
Bug: chromium:406312145
Change-Id: Ie8c582d16188596c257e1370b0243d29f0829913
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/382824
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Auto-Submit: Hiro Honda <hiroh@google.com>
Commit-Queue: Hiro Honda <hiroh@google.com>
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#44238}
diff --git a/media/base/codec.cc b/media/base/codec.cc
index 5eb8daa..3fd5202 100644
--- a/media/base/codec.cc
+++ b/media/base/codec.cc
@@ -383,8 +383,8 @@
});
if (supported_formats->size() > original_size) {
- RTC_LOG(LS_WARNING) << "Explicitly added H264 constrained baseline to list "
- "of supported formats.";
+ RTC_LOG(LS_INFO) << "Explicitly added H264 constrained baseline to list "
+ "of supported formats.";
}
}