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 118444 - speex fails on gst-register
speex fails on gst-register
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-07-27 21:54 UTC by lucky_gedn
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lucky_gedn 2003-07-27 21:54:16 UTC
Hi all , 

 i've found problem trying to register speex plugin , it fails :(

 Here is the patch :

--- gstspeexdec.c.orig  2003-07-27 23:33:05.000000000 +0200
+++ gstspeexdec.c       2003-07-27 23:18:13.000000000 +0200
@@ -31,7 +31,7 @@
 GstElementDetails gst_speexdec_details = {
   "speex audio decoder",
   "Codec/Audio/Decoder",
-  "LGPL"
+  "LGPL",
   ".speex",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",

 Best Regards.
Comment 1 David Schleef 2003-07-28 23:36:02 UTC
apparently someone applied it, thanks