summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtp.c')
-rw-r--r--gst/rtp/gstrtp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c
index a967495c..dd8457b4 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -22,6 +22,8 @@
#endif
#include "gstrtpdec.h"
+#include "gstrtpg711enc.h"
+#include "gstrtpg711dec.h"
#include "gstrtpgsmenc.h"
#include "gstrtpgsmparse.h"
#include "gstrtpamrenc.h"
@@ -53,6 +55,12 @@ plugin_init (GstPlugin * plugin)
if (!gst_rtpamrenc_plugin_init (plugin))
return FALSE;
+ if (!gst_rtpg711dec_plugin_init (plugin))
+ return FALSE;
+
+ if (!gst_rtpg711enc_plugin_init (plugin))
+ return FALSE;
+
if (!gst_rtpmpadec_plugin_init (plugin))
return FALSE;