shout2send: accept audio/webm as well as video/webm
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 30 Nov 2012 17:22:59 +0000 (17:22 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 30 Nov 2012 17:23:23 +0000 (17:23 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=689336

ext/shout2/gstshout2.c

index 2198050..ee6a6ba 100644 (file)
@@ -70,7 +70,7 @@ enum
 #define DEFAULT_PROTOCOL     SHOUT2SEND_PROTOCOL_HTTP
 
 #ifdef SHOUT_FORMAT_WEBM
-#define WEBM_CAPS "; video/webm"
+#define WEBM_CAPS "; video/webm; audio/webm"
 #else
 #define WEBM_CAPS ""
 #endif