From 6478a90b6f10331de37747e5b3ee305f8d6602fe Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 30 Nov 2012 17:22:59 +0000 Subject: shout2send: accept audio/webm as well as video/webm https://bugzilla.gnome.org/show_bug.cgi?id=689336 --- ext/shout2/gstshout2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c index 74818c8d6..72541b04c 100644 --- a/ext/shout2/gstshout2.c +++ b/ext/shout2/gstshout2.c @@ -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 -- cgit v1.2.3