diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-11-30 17:22:59 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-11-30 17:43:16 +0000 |
commit | 6478a90b6f10331de37747e5b3ee305f8d6602fe (patch) | |
tree | c6979aff0dad1983491eb7073e4a9dcef256aef8 | |
parent | 10cd251f6001f86a6e6717d3be1103ab945632fb (diff) |
shout2send: accept audio/webm as well as video/webm
https://bugzilla.gnome.org/show_bug.cgi?id=689336
-rw-r--r-- | ext/shout2/gstshout2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |