diff options
Diffstat (limited to 'ext/shout/gstshout.c')
-rw-r--r-- | ext/shout/gstshout.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index 96ee63ee..1fbbc098 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -440,5 +440,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "icecastsend", "Sends data to an icecast server using libshout", - plugin_init, - VERSION, "GPL", "libshout", "http://developer.icecast.org/libshout/") + plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |