mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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 "gstrtpreddec.h"
|
||||||
#include "gstrtpulpfecdec.h"
|
#include "gstrtpulpfecdec.h"
|
||||||
#include "gstrtpulpfecenc.h"
|
#include "gstrtpulpfecenc.h"
|
||||||
#include "gstrtpreddec.h"
|
|
||||||
#include "gstrtpredenc.h"
|
|
||||||
#include "gstrtpstorage.h"
|
#include "gstrtpstorage.h"
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
@ -411,14 +409,6 @@ plugin_init (GstPlugin * plugin)
|
||||||
GST_TYPE_RTP_ULPFEC_ENC))
|
GST_TYPE_RTP_ULPFEC_ENC))
|
||||||
return FALSE;
|
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,
|
if (!gst_element_register (plugin, "rtpstorage", GST_RANK_NONE,
|
||||||
GST_TYPE_RTP_STORAGE))
|
GST_TYPE_RTP_STORAGE))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in a new issue