mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
pngparse: stop spamming info messages
https://bugzilla.gnome.org/show_bug.cgi?id=745755
This commit is contained in:
parent
938d172fc2
commit
92028e5da0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue