mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
qtdemux_dump: Demote verbose logging to TRACE level
This commit is contained in:
parent
40be9f4f85
commit
0511c4c225
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ qtdemux_dump_stsz (GstQTDemux * qtdemux, GstByteReader * data, int depth)
|
|||
if (!qt_atom_parser_has_chunks (data, num_entries, 4))
|
||||
return FALSE;
|
||||
for (i = 0; i < num_entries; i++) {
|
||||
GST_LOG ("%*s sample size: %u", depth, "", GET_UINT32 (data));
|
||||
GST_TRACE ("%*s sample size: %u", depth, "", GET_UINT32 (data));
|
||||
}
|
||||
}
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue