summaryrefslogtreecommitdiff
path: root/ext/opus/gstopus.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opus/gstopus.c')
-rw-r--r--ext/opus/gstopus.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/opus/gstopus.c b/ext/opus/gstopus.c
index a3427b284..e16acea9f 100644
--- a/ext/opus/gstopus.c
+++ b/ext/opus/gstopus.c
@@ -23,10 +23,6 @@
#include "gstopusdec.h"
#include "gstopusenc.h"
-#include "gstopusparse.h"
-
-#include "gstrtpopuspay.h"
-#include "gstrtpopusdepay.h"
#include <gst/tag/tag.h>
@@ -42,18 +38,6 @@ plugin_init (GstPlugin * plugin)
GST_TYPE_OPUS_DEC))
return FALSE;
- if (!gst_element_register (plugin, "opusparse", GST_RANK_NONE,
- GST_TYPE_OPUS_PARSE))
- return FALSE;
-
- if (!gst_element_register (plugin, "rtpopusdepay", GST_RANK_SECONDARY,
- GST_TYPE_RTP_OPUS_DEPAY))
- return FALSE;
-
- if (!gst_element_register (plugin, "rtpopuspay", GST_RANK_SECONDARY,
- GST_TYPE_RTP_OPUS_PAY))
- return FALSE;
-
gst_tag_register_musicbrainz_tags ();
return TRUE;