From b1ba5f10ce4d72d1474c9ff8fcc94b63f73a791b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 16 Mar 2017 13:52:48 +0200 Subject: [PATCH] souphttpsrc: Include GStreamer souphttpsrc version in default User-Agent string --- ext/soup/gstsouphttpsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/soup/gstsouphttpsrc.c b/ext/soup/gstsouphttpsrc.c index dae9b80312..5590e200b2 100644 --- a/ext/soup/gstsouphttpsrc.c +++ b/ext/soup/gstsouphttpsrc.c @@ -119,7 +119,7 @@ enum PROP_TLS_INTERACTION, }; -#define DEFAULT_USER_AGENT "GStreamer souphttpsrc " +#define DEFAULT_USER_AGENT "GStreamer souphttpsrc " PACKAGE_VERSION " " #define DEFAULT_IRADIO_MODE TRUE #define DEFAULT_SOUP_LOG_LEVEL SOUP_LOGGER_LOG_HEADERS #define DEFAULT_COMPRESS FALSE