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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c
index e80d4d6d..406d71f6 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -36,6 +36,7 @@
#include "gstrtph263ppay.h"
#include "gstrtph263pay.h"
#include "gstasteriskh263.h"
+#include "gstrtpmp2tdepay.h"
#include "gstrtpmp4vpay.h"
#include "gstrtpmp4gpay.h"
#include "gstrtpmp4vdepay.h"
@@ -90,6 +91,9 @@ plugin_init (GstPlugin * plugin)
if (!gst_asteriskh263_plugin_init (plugin))
return FALSE;
+ if (!gst_rtp_mp2t_depay_plugin_init (plugin))
+ return FALSE;
+
if (!gst_rtp_mp4v_pay_plugin_init (plugin))
return FALSE;