GNOME Bugzilla – Bug 745939
funnel: modify debug message for a better debugging
Last modified: 2016-01-08 19:34:35 UTC
For a better debug, modified debug message in funnel element.
Created attachment 298943 [details] [review] funnel: modify debug message for a better debugging
Dear all. If you have enough time, please review below patches for funnel. => https://bugzilla.gnome.org/show_bug.cgi?id=738202 => https://bugzilla.gnome.org/show_bug.cgi?id=741584
Comment on attachment 298943 [details] [review] funnel: modify debug message for a better debugging >+ GST_DEBUG_OBJECT (funnel, "received buffer %" GST_PRT_FORMAT, buffer); Does this even compile?
Updated patch and merged the interesting change (i.e. the first chunk). For the second one, in git master the sink pad is used as log object, which IMHO makes more sense than the srcpad suggested in the patch, since the srcpad is always the same anyway, so that doesn't add any information. commit 788938640d1945596788c331dc72c851927b7595 Author: HoonHee Lee <hoonhee.lee@lge.com> Date: Tue Mar 10 13:07:18 2015 +0900 funnel: improve debug message https://bugzilla.gnome.org/show_bug.cgi?id=745939 commit 4febebb9628caee41e4a56f2e46383b143421f94 Author: Tim-Philipp Müller <tim@centricular.com> Date: Fri Jan 8 19:25:24 2016 +0000 info: add buffer list support to GST_PTR_FORMAT