mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
riff: wma can have more than 6 channels
Some versions anyway.
This commit is contained in:
parent
abdfb8d452
commit
1a83c7a36a
1 changed files with 1 additions and 1 deletions
|
@ -1429,7 +1429,7 @@ gst_riff_create_audio_caps (guint16 codec_id,
|
|||
{
|
||||
gint version = (codec_id - GST_RIFF_WAVE_FORMAT_WMAV1) + 1;
|
||||
|
||||
channels_max = 6;
|
||||
channels_max = 8;
|
||||
block_align = TRUE;
|
||||
|
||||
caps = gst_caps_new_simple ("audio/x-wma",
|
||||
|
|
Loading…
Reference in a new issue