summaryrefslogtreecommitdiffstats
path: root/gst/tta/gsttta.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-13 14:25:20 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-13 14:25:20 +0000
commite4476e15e02bdd7c40a4e4404ab6da71ad3ea4dd (patch)
tree326200932cc28b3de9895c20832030ba81521907 /gst/tta/gsttta.c
parent601db48c7cacbbfff279ce9ee39f7a7af4d0ef42 (diff)
downloadgst-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 'gst/tta/gsttta.c')
-rw-r--r--gst/tta/gsttta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/tta/gsttta.c b/gst/tta/gsttta.c
index addc27ab..adc1729e 100644
--- a/gst/tta/gsttta.c
+++ b/gst/tta/gsttta.c
@@ -37,4 +37,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"tta",
"TTA lossless audio format handling",
- plugin_init, VERSION, "LGPL", "gst-tta", "http://www.true-audio.com")
+ plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)