riff-media: Fix up last commit

This commit is contained in:
Sebastian Dröge 2016-12-20 13:00:59 +02:00
parent a75be73471
commit 19ece085ac

View file

@ -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");