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 114315 - [0.6.2] quiet a ladspa g_warning
[0.6.2] quiet a ladspa g_warning
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.1
Other All
: Normal normal
: 0.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-03 05:50 UTC by David I. Lehn
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ladspa patch (733 bytes, patch)
2003-06-03 05:52 UTC, David I. Lehn
none Details | Review

Description David I. Lehn 2003-06-03 05:50:23 UTC
LADSPA plugins, ie from swh plugins, can trigger a g_warning in the LADSPA
GStreamer plugin when loading.  This is not very useful info for users and
causes trouble for Debian packaging.  The g_warning will print for every
plugin package.  Attached is a simple patch to convert the g_warning to a
GST_DEBUG() message.
Comment 1 David I. Lehn 2003-06-03 05:52:52 UTC
Created attachment 17084 [details] [review]
ladspa patch
Comment 2 Thomas Vander Stichele 2003-06-05 21:42:38 UTC
commited to 0.6 and HEAD, closed