diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-05-18 10:43:19 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-05-18 10:44:07 +0100 |
commit | 6cb49cf2c3ba764bfd6cd0de8700d735c6acc5a8 (patch) | |
tree | 75f09e795a607dbfdb6280c936fb887079060e66 /ext | |
parent | 2c6016667b11a8e3e461fc3a8f234fda01834e50 (diff) |
Fix up package name and origin in some plugins
Diffstat (limited to 'ext')
-rw-r--r-- | ext/shout2/gstshout2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c index 867a134b1..e28155f6d 100644 --- a/ext/shout2/gstshout2.c +++ b/ext/shout2/gstshout2.c @@ -825,5 +825,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, shout2, "Sends data to an icecast server using libshout2", - plugin_init, - VERSION, "LGPL", "libshout2", "http://www.icecast.org/download/") + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |