GNOME Bugzilla – Bug 773514
rtph263pay: Use GST_TRACE for logging bitsream parsing
Last modified: 2016-11-01 18:20:36 UTC
Bump the bitstream parsing to TRACE log level so it doesn't flood the output when trying to read the more useful DEBUG and LOG messages.
Created attachment 338479 [details] [review] rtph263pay: Use GST_TRACE for logging bitsream parsing
Dependency added in order to have the patch apply cleanly.
Comment on attachment 338479 [details] [review] rtph263pay: Use GST_TRACE for logging bitsream parsing Bonus points for making it GST_TRACE_OBJECT :)
Created attachment 338528 [details] [review] rtph263pay: Use GST_DEBUG_OBJECT etc instead of GST_DEBUG
Created attachment 338529 [details] [review] rtph263pay: Fix indentation
I need to think carefully about what to use all these bonus points for :-) I've split the cleanup in different patches to more easily see what they do.
commit fca2d2f9f0313f57a0c4c70f2ef9324ffc693895 Author: Stian Selnes <stian@pexip.com> Date: Wed Oct 26 16:42:19 2016 +0200 rtph263pay: Fix indentation https://bugzilla.gnome.org/show_bug.cgi?id=773514 commit 087ae641231e567773530dfb169d34b0078b8829 Author: Stian Selnes <stian@pexip.com> Date: Tue Oct 18 11:35:58 2016 +0200 rtph263pay: Use GST_TRACE_OBJECT for logging bitstream parsing Bump the bitstream parsing to TRACE log level so it doesn't flood the output when trying to read the more useful DEBUG and LOG messages. Also use GST_DEBUG_OBJECT instead of GST_DEBUG in various places https://bugzilla.gnome.org/show_bug.cgi?id=773514