From b7caf7697490452b68a30739e28d0fe4d6692b04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 20 Feb 2009 17:41:37 -0500 Subject: [PATCH] Moved dtmf elements from gst-plugins-farsight to -bad --- gst/dtmf/gstdtmf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/dtmf/gstdtmf.c b/gst/dtmf/gstdtmf.c index 4d9d1a5..d50cf03 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) -- 2.7.4