diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-13 14:25:20 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-13 14:25:20 +0000 |
commit | e4476e15e02bdd7c40a4e4404ab6da71ad3ea4dd (patch) | |
tree | 326200932cc28b3de9895c20832030ba81521907 /ext/shout | |
parent | 601db48c7cacbbfff279ce9ee39f7a7af4d0ef42 (diff) | |
download | gst-plugins-bad-e4476e15e02bdd7c40a4e4404ab6da71ad3ea4dd.tar.gz gst-plugins-bad-e4476e15e02bdd7c40a4e4404ab6da71ad3ea4dd.tar.bz2 gst-plugins-bad-e4476e15e02bdd7c40a4e4404ab6da71ad3ea4dd.zip |
Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values where possible. Fixes bug #522212.
Original commit message from CVS:
* ext/alsaspdif/alsaspdifsink.c:
* ext/gsm/gstgsm.c:
* ext/jack/gstjack.c:
* ext/libmms/gstmms.c:
* ext/neon/gstneonhttpsrc.c:
* ext/shout/gstshout.c:
* ext/timidity/gsttimidity.c:
* ext/timidity/gstwildmidi.c:
* gst/nuvdemux/gstnuvdemux.c:
* gst/tta/gsttta.c:
Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
of hardcoding values where possible. Fixes bug #522212.
Diffstat (limited to 'ext/shout')
-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) |