summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpmanager.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtpmanager/gstrtpmanager.c')
-rw-r--r--gst/rtpmanager/gstrtpmanager.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpmanager.c b/gst/rtpmanager/gstrtpmanager.c
index d71d850c..1490c4cb 100644
--- a/gst/rtpmanager/gstrtpmanager.c
+++ b/gst/rtpmanager/gstrtpmanager.c
@@ -21,6 +21,7 @@
#include "config.h"
#endif
+#include "gstrtpbin.h"
#include "gstrtpclient.h"
#include "gstrtpjitterbuffer.h"
#include "gstrtpptdemux.h"
@@ -30,6 +31,9 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
+ if (!gst_element_register (plugin, "rtpbin", GST_RANK_NONE, GST_TYPE_RTP_BIN))
+ return FALSE;
+
if (!gst_element_register (plugin, "rtpclient", GST_RANK_NONE,
GST_TYPE_RTP_CLIENT))
return FALSE;