summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtp.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-10 17:20:57 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-04 13:24:34 -0500
commite4b8c514ccdb072881a7378b46d4325a368a88d6 (patch)
tree173d87a0dfcb8bf9cd31454d8044460cb665ca52 /gst/rtp/gstrtp.c
parent5a5ba49c9b5e20dcbf85c578abcc67c7c9de9377 (diff)
Move siren rtp pay/depay from gst-plugins-farsight
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 22022c60..fe81cc4e 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -63,6 +63,8 @@
#include "gstrtpmp4apay.h"
#include "gstrtpmp4gdepay.h"
#include "gstrtpmp4gpay.h"
+#include "gstrtpsirenpay.h"
+#include "gstrtpsirendepay.h"
#include "gstrtpspeexpay.h"
#include "gstrtpspeexdepay.h"
#include "gstrtpsv3vdepay.h"
@@ -202,6 +204,12 @@ plugin_init (GstPlugin * plugin)
if (!gst_rtp_mp4g_pay_plugin_init (plugin))
return FALSE;
+ if (!gst_rtp_siren_pay_plugin_init (plugin))
+ return FALSE;
+
+ if (!gst_rtp_siren_depay_plugin_init (plugin))
+ return FALSE;
+
if (!gst_rtp_speex_pay_plugin_init (plugin))
return FALSE;