diff options
Diffstat (limited to 'gst/dtmf')
-rw-r--r-- | gst/dtmf/gstdtmf.c | 3 |
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) |