GNOME Bugzilla – Bug 612208
[soundtouch] [pitch] Removing annoying g_print
Last modified: 2010-03-09 18:15:51 UTC
Created attachment 155564 [details] [review] Patch that removes the g_print. The pitch element has a VERY annoying g_print, since there is already a GST_DEBUG just before the g_print with the same information i just removed the g_print, i believe someone just forgot that there and no one fixed it. Please someone apply the patch.
Thanks, committed: commit 0664c55f05da565e096d184266d0197810de900b Author: Tiago Katcipis <tiagokatcipis@gmail.com> Date: Mon Mar 8 12:23:48 2010 -0300 soundtouch: removing very annoying g_print() in pitch element Fixes #612208. (PS: please set up your name correctly for git commits.)