mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 05:52:37 +00:00
rtp: Do not register rtpreddec and rtpredenc twice
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/699>
This commit is contained in:
parent
e4ce9887cd
commit
91972c91aa
1 changed files with 0 additions and 10 deletions
|
@ -117,8 +117,6 @@
|
|||
#include "gstrtpreddec.h"
|
||||
#include "gstrtpulpfecdec.h"
|
||||
#include "gstrtpulpfecenc.h"
|
||||
#include "gstrtpreddec.h"
|
||||
#include "gstrtpredenc.h"
|
||||
#include "gstrtpstorage.h"
|
||||
|
||||
static gboolean
|
||||
|
@ -411,14 +409,6 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_TYPE_RTP_ULPFEC_ENC))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_element_register (plugin, "rtpreddec", GST_RANK_NONE,
|
||||
GST_TYPE_RTP_RED_DEC))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_element_register (plugin, "rtpredenc", GST_RANK_NONE,
|
||||
GST_TYPE_RTP_RED_ENC))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_element_register (plugin, "rtpstorage", GST_RANK_NONE,
|
||||
GST_TYPE_RTP_STORAGE))
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue