summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtp.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-06-05 15:30:51 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-06-05 18:57:30 +0200
commitec554a7f024aeb387b5dd456fa4bef8af0330ede (patch)
treec1cb7cf2fc40990b4ef9299480610b406b72949f /gst/rtp/gstrtp.c
parent7994f640063e583caf91346821566158d3904286 (diff)
rtpceltpay: add CELT RTP payloader
Diffstat (limited to 'gst/rtp/gstrtp.c')
-rw-r--r--gst/rtp/gstrtp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c
index 72062540..8fbf17fb 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -23,6 +23,7 @@
#include "gstrtpdepay.h"
#include "gstrtpac3depay.h"
+#include "gstrtpceltpay.h"
#include "gstrtpdvdepay.h"
#include "gstrtpdvpay.h"
#include "gstrtpilbcdepay.h"
@@ -86,6 +87,9 @@ plugin_init (GstPlugin * plugin)
if (!gst_rtp_ac3_depay_plugin_init (plugin))
return FALSE;
+ if (!gst_rtp_celt_pay_plugin_init (plugin))
+ return FALSE;
+
if (!gst_rtp_dv_depay_plugin_init (plugin))
return FALSE;