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 d1eb210e..e7949b8e 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -44,6 +44,7 @@
#include "gstrtpmp4gpay.h"
#include "gstrtpspeexpay.h"
#include "gstrtpspeexdepay.h"
+#include "gstrtpsv3vdepay.h"
static gboolean
plugin_init (GstPlugin * plugin)
@@ -117,6 +118,9 @@ plugin_init (GstPlugin * plugin)
if (!gst_rtp_speex_depay_plugin_init (plugin))
return FALSE;
+ if (!gst_rtp_sv3v_depay_plugin_init (plugin))
+ return FALSE;
+
return TRUE;
}