diff options
Diffstat (limited to 'gst/dtmf/gstdtmf.c')
-rw-r--r-- | gst/dtmf/gstdtmf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/dtmf/gstdtmf.c b/gst/dtmf/gstdtmf.c index 30868857..86bbafa5 100644 --- a/gst/dtmf/gstdtmf.c +++ b/gst/dtmf/gstdtmf.c @@ -5,6 +5,7 @@ #include "gstdtmfsrc.h" #include "gstrtpdtmfsrc.h" +#include "gstrtpdtmfdepay.h" static gboolean @@ -17,6 +18,9 @@ plugin_init (GstPlugin * plugin) return FALSE; + if (!gst_rtp_dtmf_depay_plugin_init (plugin)) + return FALSE; + return TRUE; } |