mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
riff-media: Fix up last commit
This commit is contained in:
parent
a75be73471
commit
19ece085ac
1 changed files with 0 additions and 3 deletions
|
@ -1412,9 +1412,6 @@ gst_riff_create_audio_caps (guint16 codec_id,
|
|||
break;
|
||||
|
||||
case GST_RIFF_WAVE_FORMAT_ADPCM_G722:
|
||||
rate_min = 16000;
|
||||
rate_max = 16000;
|
||||
channels_max = 1;
|
||||
caps = gst_caps_new_empty_simple ("audio/G722");
|
||||
if (codec_name)
|
||||
*codec_name = g_strdup ("G722 audio");
|
||||
|
|
Loading…
Reference in a new issue