projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed058d7
)
adpcmdec: make power of 2 more accurate.
author
Michael Smith
<msmith@songbirdnest.com>
Thu, 10 Dec 2009 18:10:15 +0000
(10:10 -0800)
committer
Michael Smith
<msmith@songbirdnest.com>
Thu, 10 Dec 2009 18:12:24 +0000
(10:12 -0800)
gst/adpcmdec/adpcmdec.c
patch
|
blob
|
history
diff --git
a/gst/adpcmdec/adpcmdec.c
b/gst/adpcmdec/adpcmdec.c
index 25535b95ec6143488fdb7ce041798c5a382cec3b..905f3b772a2c7f18d85f9c476420c973ce029ce5 100644
(file)
--- a/
gst/adpcmdec/adpcmdec.c
+++ b/
gst/adpcmdec/adpcmdec.c
@@
-51,7
+51,7
@@
static GstStaticPadTemplate adpcmdec_sink_template =
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-adpcm, "
" layout=(string){microsoft, dvi}, "
- " block_align = (int) [64, 8
096
], "
+ " block_align = (int) [64, 8
192
], "
" rate = (int)[ 1, MAX ], " "channels = (int)[1,2];")
);