After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612208 - [soundtouch] [pitch] Removing annoying g_print
[soundtouch] [pitch] Removing annoying g_print
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal trivial
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-08 15:57 UTC by tiagokatcipis
Modified: 2010-03-09 18:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that removes the g_print. (990 bytes, patch)
2010-03-08 15:57 UTC, tiagokatcipis
committed Details | Review

Description tiagokatcipis 2010-03-08 15:57:03 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.
Comment 1 Tim-Philipp Müller 2010-03-09 18:15:10 UTC
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.)