projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ba104
)
codecmap: Add mapping for Voxware metasound
author
Edward Hervey
<edward@centricular.com>
Thu, 8 Nov 2018 15:33:57 +0000
(16:33 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Thu, 8 Nov 2018 15:33:57 +0000
(16:33 +0100)
Allows actually decoding such streams :)
ext/libav/gstavcodecmap.c
patch
|
blob
|
history
diff --git
a/ext/libav/gstavcodecmap.c
b/ext/libav/gstavcodecmap.c
index
be95828
..
0c5a42f
100644
(file)
--- a/
ext/libav/gstavcodecmap.c
+++ b/
ext/libav/gstavcodecmap.c
@@
-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",