rtp: register rtx element better
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 21 Aug 2013 14:47:40 +0000 (16:47 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 21 Aug 2013 15:02:26 +0000 (17:02 +0200)
gst/rtpmanager/gstrtpmanager.c

index 43bb52e..9a28399 100644 (file)
@@ -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,