[MOVED FROM GST-P-FARSIGHT] Adding support for rtpdtmfdepay
[platform/upstream/gst-plugins-good.git] / gst / dtmf / gstdtmf.c
index 3086885..86bbafa 100644 (file)
@@ -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;
 }