summaryrefslogtreecommitdiffstats
path: root/gst/audiofx
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-13 14:30:45 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-13 14:30:45 +0000
commit520ee739ccd0646406c3306e648dc098452787ab (patch)
treec778e3387be2c757fa3e5838ba4ddbddf60476ac /gst/audiofx
parent812b60aa19aa031c2f6c07643a523b86cd1acae3 (diff)
gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values.
Original commit message from CVS: * gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values.
Diffstat (limited to 'gst/audiofx')
-rw-r--r--gst/audiofx/audiofx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiofx/audiofx.c b/gst/audiofx/audiofx.c
index d23b64d1..ea6a8c2e 100644
--- a/gst/audiofx/audiofx.c
+++ b/gst/audiofx/audiofx.c
@@ -67,4 +67,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"audiofx",
"Audio effects plugin",
- plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+ plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)