riff-media: Fix up last commit
This commit is contained in:
parent
a75be73471
commit
19ece085ac
@ -1412,9 +1412,6 @@ gst_riff_create_audio_caps (guint16 codec_id,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case GST_RIFF_WAVE_FORMAT_ADPCM_G722:
|
case GST_RIFF_WAVE_FORMAT_ADPCM_G722:
|
||||||
rate_min = 16000;
|
|
||||||
rate_max = 16000;
|
|
||||||
channels_max = 1;
|
|
||||||
caps = gst_caps_new_empty_simple ("audio/G722");
|
caps = gst_caps_new_empty_simple ("audio/G722");
|
||||||
if (codec_name)
|
if (codec_name)
|
||||||
*codec_name = g_strdup ("G722 audio");
|
*codec_name = g_strdup ("G722 audio");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user