mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
matroskamux: Use correct codec id for ADPCM/DVI
This commit is contained in:
parent
7cae8922cb
commit
4baf8080f2
1 changed files with 1 additions and 2 deletions
|
@ -1933,8 +1933,7 @@ gst_matroska_mux_audio_pad_setcaps (GstPad * pad, GstCaps * caps)
|
|||
GST_WARNING_OBJECT (mux, "Missing block_align on adpcm caps");
|
||||
goto refuse_caps;
|
||||
}
|
||||
/*support for IMA/WAV ADPCM */
|
||||
format = GST_RIFF_WAVE_FORMAT_ADPCM_IMA_WAV;
|
||||
format = GST_RIFF_WAVE_FORMAT_DVI_ADPCM;
|
||||
|
||||
}
|
||||
g_assert (format != 0);
|
||||
|
|
Loading…
Reference in a new issue