mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
codecmap: Add mapping for Voxware metasound
Allows actually decoding such streams :)
This commit is contained in:
parent
f7ba104749
commit
9d41d2747b
1 changed files with 6 additions and 0 deletions
|
@ -1014,6 +1014,12 @@ gst_ffmpeg_codecid_to_caps (enum AVCodecID codec_id,
|
||||||
NULL);
|
NULL);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case AV_CODEC_ID_METASOUND:
|
||||||
|
caps =
|
||||||
|
gst_ff_aud_caps_new (context, NULL, codec_id, encode,
|
||||||
|
"audio/x-voxware", NULL);
|
||||||
|
break;
|
||||||
|
|
||||||
case AV_CODEC_ID_IMC:
|
case AV_CODEC_ID_IMC:
|
||||||
caps =
|
caps =
|
||||||
gst_ff_aud_caps_new (context, NULL, codec_id, encode, "audio/x-imc",
|
gst_ff_aud_caps_new (context, NULL, codec_id, encode, "audio/x-imc",
|
||||||
|
|
Loading…
Reference in a new issue