GNOME Bugzilla – Bug 745755
pngparse prints too much info messages
Last modified: 2015-03-06 19:07:33 UTC
gst_png_parse_handle_frame() prints an INFO message for every 8192 bytes chunks.
Created attachment 298740 [details] [review] pngparse: stop spamming info messages
Review of attachment 298740 [details] [review]: ::: gst/videoparsers/gstpngparse.c @@ +176,3 @@ goto beach; + GST_TRACE_OBJECT (parse, "%" GST_FOURCC_FORMAT " chunk, %u bytes", I think it should LOG level not TRACE
Forget what I said, I Though it was once per frame, merged: commit 92028e5da0f5acf986fb631ed30936ca87cfb0de Author: Xavier Claessens <xavier.claessens@collabora.com> Date: Fri Mar 6 12:07:47 2015 -0500 pngparse: stop spamming info messages https://bugzilla.gnome.org/show_bug.cgi?id=745755
Usually there's only a few header chunks and one data chunk, but the data can also be split up in multiple small data chunks.
For reference this was with souphttpsrc.