From 67523d3ecbf88682753e908c3e28d3f6eb5580e1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 21 Aug 2013 16:47:40 +0200 Subject: [PATCH] rtp: register rtx element better --- gst/rtpmanager/gstrtpmanager.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/rtpmanager/gstrtpmanager.c b/gst/rtpmanager/gstrtpmanager.c index 43bb52ecf2..9a28399970 100644 --- a/gst/rtpmanager/gstrtpmanager.c +++ b/gst/rtpmanager/gstrtpmanager.c @@ -48,8 +48,7 @@ plugin_init (GstPlugin * plugin) GST_TYPE_RTP_SESSION)) return FALSE; - if (!gst_element_register (plugin, "rtprtxqueue", GST_RANK_NONE, - GST_TYPE_RTP_RTX_QUEUE)) + if (!gst_rtp_rtx_queue_plugin_init (plugin)) return FALSE; if (!gst_element_register (plugin, "rtpssrcdemux", GST_RANK_NONE,