summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-20 17:41:37 -0500
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:08 +0100
commit0df90ed395eacdc4e863213e59b75ddfb88780b9 (patch)
treef7b31f16d7a7ae1ff73b52fb9e2aa46ad4a2cbc6 /gst
parentbda90f1977761e277893a5116de92696d0bc619e (diff)
downloadgst-plugins-bad-0df90ed395eacdc4e863213e59b75ddfb88780b9.tar.gz
gst-plugins-bad-0df90ed395eacdc4e863213e59b75ddfb88780b9.tar.bz2
gst-plugins-bad-0df90ed395eacdc4e863213e59b75ddfb88780b9.zip
Moved dtmf elements from gst-plugins-farsight to -bad
Diffstat (limited to 'gst')
-rw-r--r--gst/dtmf/gstdtmf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/dtmf/gstdtmf.c b/gst/dtmf/gstdtmf.c
index 4d9d1a59..d50cf03f 100644
--- a/gst/dtmf/gstdtmf.c
+++ b/gst/dtmf/gstdtmf.c
@@ -26,4 +26,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "dtmf", "DTMF plugins", plugin_init, "0.1", "LGPL", "DTMF", "");
+ "dtmf", "DTMF plugins",
+ plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)