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 429252 - [New plugin] G729 audio encoder/decoder
[New plugin] G729 audio encoder/decoder
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-13 07:23 UTC by Laurent Glayal
Modified: 2011-05-26 08:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
g729 encoder/decoder source code (7.51 KB, application/x-compressed-tar)
2007-04-13 07:24 UTC, Laurent Glayal
Details

Description Laurent Glayal 2007-04-13 07:23:55 UTC
Hi,
Below is a tarball containing g729enc and g729dec elements, most part of the code is from amrnbenc and amrnbdec elements.

Test cmd line :
gst-launch audiotestsrc freq=2000 ! g729enc ! g729dec ! identity sync=true ! alawenc ! filesink location=/tmp/g729.alaw

These elements use an external library : 'libitug729.so', wich can be build from information on this page :: 
http://perso.orange.fr/laurent.glayal/

Please consider this code for inclusion.

Thnak You
Comment 1 Laurent Glayal 2007-04-13 07:24:49 UTC
Created attachment 86276 [details]
g729 encoder/decoder source code
Comment 2 Edward Hervey 2009-03-06 09:46:46 UTC
New plugins must go in -bad first.
Comment 3 Olivier Crête 2009-04-15 17:43:12 UTC
I would love to have this, but it seems that the copyright license of the G.729 reference code doesn't allow redistribution.
Comment 4 Christian Fredrik Kalager Schaller 2011-05-26 08:57:16 UTC
Ok, since these plugins are using code under a license which seems at best unclear I will close this as wontfix.