shout2send: accept audio/webm as well as video/webm

https://bugzilla.gnome.org/show_bug.cgi?id=689336
This commit is contained in:
Tim-Philipp Müller 2012-11-30 17:22:59 +00:00
parent 672ab8fb5b
commit 81b9e197df

View file

@ -70,7 +70,7 @@ enum
#define DEFAULT_PROTOCOL SHOUT2SEND_PROTOCOL_HTTP #define DEFAULT_PROTOCOL SHOUT2SEND_PROTOCOL_HTTP
#ifdef SHOUT_FORMAT_WEBM #ifdef SHOUT_FORMAT_WEBM
#define WEBM_CAPS "; video/webm" #define WEBM_CAPS "; video/webm; audio/webm"
#else #else
#define WEBM_CAPS "" #define WEBM_CAPS ""
#endif #endif