mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
shout2send: accept audio/webm as well as video/webm
https://bugzilla.gnome.org/show_bug.cgi?id=689336
This commit is contained in:
parent
672ab8fb5b
commit
81b9e197df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue