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 515457 - [audiofx] Element long descriptions are broken
[audiofx] Element long descriptions are broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-09 18:33 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-10 10:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
audiofx-descriptions.diff (5.44 KB, patch)
2008-02-09 18:34 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-02-09 18:33:06 UTC
Hi,
attached patch fixes the element's long descriptions to make some sense. Before they were only the type name.

Bye
Comment 1 Sebastian Dröge (slomo) 2008-02-09 18:34:06 UTC
Created attachment 104791 [details] [review]
audiofx-descriptions.diff

The descriptions itself might have better alternatives but this is at least much better than what was there before ;)
Comment 2 Jan Schmidt 2008-02-10 00:36:43 UTC
Looks fine, ta.
Comment 3 Sebastian Dröge (slomo) 2008-02-10 10:45:51 UTC
Ok, committed:

2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>

	* gst/audiofx/audioamplify.c:
	* gst/audiofx/audiochebband.c:
	* gst/audiofx/audiocheblimit.c:
	* gst/audiofx/audiodynamic.c:
	* gst/audiofx/audioinvert.c:
	* gst/audiofx/audiopanorama.c:
	* gst/audiofx/audiowsincband.c:
	* gst/audiofx/audiowsinclimit.c:
	Fix long description of audiofx elements. Fixes bug #515457.