qtdemux_dump: Demote verbose logging to TRACE level

This commit is contained in:
Edward Hervey 2018-01-31 11:38:35 +01:00 committed by Edward Hervey
parent 40be9f4f85
commit 0511c4c225

View file

@ -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;