CVS Root: /cvs/gstreamer
Module: gst-openmax
Changes by: felipec
Date: Thu Nov 20 2008 16:29:44 UTC
Log message:
Fix speech codecs samplerates.
Is ADPCM correct?
Modified files:
omx : gstomx_adpcmdec.c gstomx_amrnbdec.c
gstomx_amrnbenc.c gstomx_amrwbdec.c
gstomx_amrwbenc.c gstomx_g711enc.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-openmax/omx/gstomx_adpcmdec.c.diff?r1=1.5&r2=1.6
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-openmax/omx/gstomx_amrnbdec.c.diff?r1=1.10&r2=1.11
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-openmax/omx/gstomx_amrnbenc.c.diff?r1=1.10&r2=1.11
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-openmax/omx/gstomx_amrwbdec.c.diff?r1=1.7&r2=1.8
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-openmax/omx/gstomx_amrwbenc.c.diff?r1=1.9&r2=1.10
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-openmax/omx/gstomx_g711enc.c.diff?r1=1.6&r2=1.7
====Begin Diffs====
Index: gstomx_adpcmdec.c
===================================================================
RCS file: /cvs/gstreamer/gst-openmax/omx/gstomx_adpcmdec.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gstomx_adpcmdec.c 15 Aug 2008 14:49:18 -0000 1.5
+++ gstomx_adpcmdec.c 20 Nov 2008 16:29:29 -0000 1.6
@@ -38,7 +38,7 @@
"endianness", G_TYPE_INT, G_BYTE_ORDER,
"width", GST_TYPE_INT_RANGE, 8, 32,
"depth", GST_TYPE_INT_RANGE, 8, 32,
- "rate", GST_TYPE_INT_RANGE, 8000, 48000,
+ "rate", GST_TYPE_INT_RANGE, 8000, 16000,
"signed", G_TYPE_BOOLEAN, TRUE,
"channels", GST_TYPE_INT_RANGE, 1, 8,
NULL);
@@ -52,7 +52,7 @@
GstCaps *caps;
caps = gst_caps_new_simple ("audio/x-adpcm",
Index: gstomx_amrnbdec.c
RCS file: /cvs/gstreamer/gst-openmax/omx/gstomx_amrnbdec.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gstomx_amrnbdec.c 15 Aug 2008 14:49:18 -0000 1.10
+++ gstomx_amrnbdec.c 20 Nov 2008 16:29:29 -0000 1.11
+ "rate", G_TYPE_INT, 8000,
caps = gst_caps_new_simple ("audio/AMR",
Index: gstomx_amrnbenc.c
RCS file: /cvs/gstreamer/gst-openmax/omx/gstomx_amrnbenc.c,v
--- gstomx_amrnbenc.c 15 Aug 2008 14:49:18 -0000 1.10
+++ gstomx_amrnbenc.c 20 Nov 2008 16:29:29 -0000 1.11
@@ -58,7 +58,7 @@
Index: gstomx_amrwbdec.c
RCS file: /cvs/gstreamer/gst-openmax/omx/gstomx_amrwbdec.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gstomx_amrwbdec.c 15 Aug 2008 14:49:18 -0000 1.7
+++ gstomx_amrwbdec.c 20 Nov 2008 16:29:29 -0000 1.8
+ "rate", G_TYPE_INT, 16000,
caps = gst_caps_new_simple ("audio/AMR-WB",
Index: gstomx_amrwbenc.c
RCS file: /cvs/gstreamer/gst-openmax/omx/gstomx_amrwbenc.c,v
retrieving revision 1.9
diff -u -d -r1.9 -r1.10
--- gstomx_amrwbenc.c 20 Nov 2008 16:28:43 -0000 1.9
+++ gstomx_amrwbenc.c 20 Nov 2008 16:29:29 -0000 1.10
Index: gstomx_g711enc.c
RCS file: /cvs/gstreamer/gst-openmax/omx/gstomx_g711enc.c,v
diff -u -d -r1.6 -r1.7
--- gstomx_g711enc.c 15 Aug 2008 14:49:20 -0000 1.6
+++ gstomx_g711enc.c 20 Nov 2008 16:29:29 -0000 1.7
@@ -64,7 +64,7 @@
- "rate", GST_TYPE_INT_RANGE, 8000, 16000,
"channels", G_TYPE_INT, 1,
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.