ffcodec: add voc demuxer
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 13 Mar 2012 12:24:39 +0000 (13:24 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 13 Mar 2012 12:24:39 +0000 (13:24 +0100)
ext/ffmpeg/gstffmpegcodecmap.c

index 948bd672d9d7c9065cf7cd2d31e6238da022cc87..bfb2796e94cc949b612f40ee2e5a1a6aedfd053a 100644 (file)
@@ -2538,6 +2538,8 @@ gst_ffmpeg_formatid_to_caps (const gchar * format_name)
     caps = gst_caps_from_string ("audio/x-amr-nb-sh");
   } else if (!strcmp (format_name, "webm")) {
     caps = gst_caps_from_string ("video/webm");
+  } else if (!strcmp (format_name, "voc")) {
+    caps = gst_caps_from_string ("audio/x-voc");
   } else {
     gchar *name;