Use VLOG(1) instead for unsupported stream type
Change-Id: I8ec3027edefa07f32bba3d3b39d0804d706d3798
This commit is contained in:
parent
3bad4ca700
commit
627af1558e
|
@ -318,8 +318,8 @@ void Mp2tMediaParser::RegisterPes(int pmt_pid,
|
|||
sbr_in_mimetype_));
|
||||
is_audio = true;
|
||||
} else {
|
||||
LOG(WARNING) << "Ignore unsupported stream type 0x" << std::hex
|
||||
<< stream_type << std::dec;
|
||||
VLOG(1) << "Ignore unsupported stream type 0x" << std::hex << stream_type
|
||||
<< std::dec;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue