mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
adpcmdec: make power of 2 more accurate.
This commit is contained in:
parent
ed058d7542
commit
4232bbb4e1
1 changed files with 1 additions and 1 deletions
|
@ -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];")
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue