mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
rtp: register rtx element better
This commit is contained in:
parent
7692e9e569
commit
67523d3ecb
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue