pngparse: stop spamming info messages
https://bugzilla.gnome.org/show_bug.cgi?id=745755
This commit is contained in:
parent
938d172fc2
commit
92028e5da0
@ -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')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user