pngparse: stop spamming info messages

https://bugzilla.gnome.org/show_bug.cgi?id=745755
This commit is contained in:
Xavier Claessens 2015-03-06 12:07:47 -05:00 committed by Olivier Crête
parent 938d172fc2
commit 92028e5da0

View file

@ -175,7 +175,7 @@ gst_png_parse_handle_frame (GstBaseParse * parse,
if (!gst_byte_reader_get_uint32_le (&reader, &code))
goto beach;
GST_INFO_OBJECT (parse, "%" GST_FOURCC_FORMAT " chunk, %u bytes",
GST_TRACE_OBJECT (parse, "%" GST_FOURCC_FORMAT " chunk, %u bytes",
GST_FOURCC_ARGS (code), length);
if (code == GST_MAKE_FOURCC ('I', 'H', 'D', 'R')) {