mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
Moved dtmf elements from gst-plugins-farsight to -bad
This commit is contained in:
parent
b95b1516e5
commit
b7caf76974
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue