summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpopusdepay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpopusdepay.c')
-rw-r--r--gst/rtp/gstrtpopusdepay.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpopusdepay.c b/gst/rtp/gstrtpopusdepay.c
index 8152cd57f..b9d529ede 100644
--- a/gst/rtp/gstrtpopusdepay.c
+++ b/gst/rtp/gstrtpopusdepay.c
@@ -173,3 +173,10 @@ gst_rtp_opus_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf)
return outbuf;
}
+
+gboolean
+gst_rtp_opus_depay_plugin_init (GstPlugin * plugin)
+{
+ return gst_element_register (plugin, "rtpopusdepay",
+ GST_RANK_PRIMARY, GST_TYPE_RTP_OPUS_DEPAY);
+}