adpcmdec: make power of 2 more accurate.
authorMichael Smith <msmith@songbirdnest.com>
Thu, 10 Dec 2009 18:10:15 +0000 (10:10 -0800)
committerMichael Smith <msmith@songbirdnest.com>
Thu, 10 Dec 2009 18:12:24 +0000 (10:12 -0800)
gst/adpcmdec/adpcmdec.c

index 25535b9..905f3b7 100644 (file)
@@ -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, 8096], "
+        " block_align = (int) [64, 8192], "
         " rate = (int)[ 1, MAX ], " "channels = (int)[1,2];")
     );