mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +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);
|
||||
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:
|
||||
caps =
|
||||
gst_ff_aud_caps_new (context, NULL, codec_id, encode, "audio/x-imc",
|
||||
|
|
Loading…
Reference in a new issue