felipec gst-openmax: gst-openmax/omx/

[email protected]
Newsgroups gmane.comp.video.gstreamer.cvs
Message-ID <[email protected]>
CVS Root:       /cvs/gstreamer
Module:         gst-openmax
Changes by:     felipec
Date:           Thu Nov 20 2008  16:40:04 UTC

Log message:
Update ADPCM sample rate.
As Stefan Kost pointed out; other GStreamer ADPCM elements have 8000,
96000.

Modified files:
    omx             : gstomx_adpcmdec.c gstomx_adpcmenc.c

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-openmax/omx/gstomx_adpcmdec.c.diff?r1=1.6&r2=1.7
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-openmax/omx/gstomx_adpcmenc.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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gstomx_adpcmdec.c	20 Nov 2008 16:29:29 -0000	1.6
+++ gstomx_adpcmdec.c	20 Nov 2008 16:39:50 -0000	1.7
@@ -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, 16000,
+                                "rate", GST_TYPE_INT_RANGE, 8000, 96000,
                                 "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_adpcmenc.c
RCS file: /cvs/gstreamer/gst-openmax/omx/gstomx_adpcmenc.c,v
--- gstomx_adpcmenc.c	15 Aug 2008 14:49:18 -0000	1.6
+++ gstomx_adpcmenc.c	20 Nov 2008 16:39:50 -0000	1.7
@@ -35,7 +35,7 @@
                                 "channels", G_TYPE_INT, 1,
@@ -51,7 +51,7 @@

-------------------------------------------------------------------------
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.