summaryrefslogtreecommitdiff
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 d21efccf..49cd1513 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -23,6 +23,7 @@
#include "gstrtpdepay.h"
#include "gstrtpac3depay.h"
+#include "gstrtpbvdepay.h"
#include "gstrtpbvpay.h"
#include "gstrtpceltdepay.h"
#include "gstrtpceltpay.h"
@@ -90,6 +91,9 @@ plugin_init (GstPlugin * plugin)
if (!gst_rtp_ac3_depay_plugin_init (plugin))
return FALSE;
+ if (!gst_rtp_bv_depay_plugin_init (plugin))
+ return FALSE;
+
if (!gst_rtp_bv_pay_plugin_init (plugin))
return FALSE;