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 491811 - Rename audiochebyshevfreq* to audiocheb*
Rename audiochebyshevfreq* to audiocheb*
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.7
Other Linux
: Normal blocker
: 0.10.7
Assigned To: Jan Schmidt
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-30 18:15 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-06 23:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2007-10-30 18:15:45 UTC
+++ This bug was initially created as a clone of Bug #467666 +++

Ok, so the chebyshev elements should be renamed before release... proposed names were

audiochebyshevfreqlimit -> audiocheblimit
audiochebyshevfreqband -> audiochebband

The renaming itself would be easy, I could do that later but we probably also want the files to be renamed. Could Thomas or another fd.o admin invoke some magic to do that without losing history?
Comment 1 Jan Schmidt 2008-02-06 23:45:56 UTC
Renamed everything in CVS. It'd be nice if you could double check :)

2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>

        * docs/plugins/Makefile.am:
        * docs/plugins/gst-plugins-good-plugins-docs.sgml:
        * docs/plugins/gst-plugins-good-plugins-sections.txt:
        * docs/plugins/gst-plugins-good-plugins.args:
        * docs/plugins/inspect/plugin-audiofx.xml:
        * gst/audiofx/Makefile.am:
        * gst/audiofx/audiochebband.c:
        * gst/audiofx/audiochebband.h:
        * gst/audiofx/audiocheblimit.c:
        * gst/audiofx/audiocheblimit.h:
        * gst/audiofx/audiochebyshevfreqband.c:
        * gst/audiofx/audiochebyshevfreqband.h:
        * gst/audiofx/audiochebyshevfreqlimit.c:
        * gst/audiofx/audiochebyshevfreqlimit.h:
        * gst/audiofx/audiofx.c:
        * tests/check/Makefile.am:
        * tests/check/elements/.cvsignore:
        * tests/check/elements/audiochebband.c:
        * tests/check/elements/audiocheblimit.c:
        * tests/check/elements/audiochebyshevfreqband.c:
        * tests/check/elements/audiochebyshevfreqlimit.c:

        Rename audiochebyshevfreqband -> audiochebband and
        audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
        surgery.

        Closes: #491811