From f357e09ac18e995412704cb0ca98da31ffe2aaff Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 21 Dec 2010 16:49:28 +0100 Subject: [PATCH] rtp: fix rank of payloaders and depayloaders Set the payloaders and depayloaders to a reasonable rank. --- gst/rtp/gstasteriskh263.c | 2 +- gst/rtp/gstrtpL16depay.c | 2 +- gst/rtp/gstrtpL16pay.c | 2 +- gst/rtp/gstrtpac3depay.c | 2 +- gst/rtp/gstrtpamrdepay.c | 2 +- gst/rtp/gstrtpamrpay.c | 2 +- gst/rtp/gstrtpbvdepay.c | 2 +- gst/rtp/gstrtpbvpay.c | 2 +- gst/rtp/gstrtpceltdepay.c | 2 +- gst/rtp/gstrtpceltpay.c | 2 +- gst/rtp/gstrtpdepay.c | 2 +- gst/rtp/gstrtpdvdepay.c | 2 +- gst/rtp/gstrtpdvpay.c | 2 +- gst/rtp/gstrtpg722depay.c | 2 +- gst/rtp/gstrtpg722pay.c | 2 +- gst/rtp/gstrtpg723depay.c | 2 +- gst/rtp/gstrtpg723pay.c | 2 +- gst/rtp/gstrtpg726depay.c | 2 +- gst/rtp/gstrtpg726pay.c | 2 +- gst/rtp/gstrtpg729depay.c | 2 +- gst/rtp/gstrtpg729pay.c | 2 +- gst/rtp/gstrtpgsmdepay.c | 2 +- gst/rtp/gstrtpgsmpay.c | 2 +- gst/rtp/gstrtph263depay.c | 2 +- gst/rtp/gstrtph263pay.c | 2 +- gst/rtp/gstrtph263pdepay.c | 2 +- gst/rtp/gstrtph263ppay.c | 2 +- gst/rtp/gstrtph264depay.c | 2 +- gst/rtp/gstrtph264pay.c | 2 +- gst/rtp/gstrtpilbcdepay.c | 2 +- gst/rtp/gstrtpilbcpay.c | 2 +- gst/rtp/gstrtpj2kdepay.c | 2 +- gst/rtp/gstrtpj2kpay.c | 2 +- gst/rtp/gstrtpjpegdepay.c | 2 +- gst/rtp/gstrtpjpegpay.c | 2 +- gst/rtp/gstrtpmp1sdepay.c | 2 +- gst/rtp/gstrtpmp2tdepay.c | 2 +- gst/rtp/gstrtpmp2tpay.c | 2 +- gst/rtp/gstrtpmp4adepay.c | 2 +- gst/rtp/gstrtpmp4apay.c | 2 +- gst/rtp/gstrtpmp4gdepay.c | 2 +- gst/rtp/gstrtpmp4gpay.c | 2 +- gst/rtp/gstrtpmp4vdepay.c | 2 +- gst/rtp/gstrtpmp4vpay.c | 2 +- gst/rtp/gstrtpmpadepay.c | 2 +- gst/rtp/gstrtpmpapay.c | 2 +- gst/rtp/gstrtpmparobustdepay.c | 2 +- gst/rtp/gstrtpmpvdepay.c | 2 +- gst/rtp/gstrtpmpvpay.c | 2 +- gst/rtp/gstrtppcmadepay.c | 2 +- gst/rtp/gstrtppcmapay.c | 2 +- gst/rtp/gstrtppcmudepay.c | 2 +- gst/rtp/gstrtppcmupay.c | 2 +- gst/rtp/gstrtpqcelpdepay.c | 2 +- gst/rtp/gstrtpqdmdepay.c | 2 +- gst/rtp/gstrtpsirendepay.c | 2 +- gst/rtp/gstrtpsirenpay.c | 2 +- gst/rtp/gstrtpspeexdepay.c | 2 +- gst/rtp/gstrtpspeexpay.c | 2 +- gst/rtp/gstrtpsv3vdepay.c | 2 +- gst/rtp/gstrtptheoradepay.c | 2 +- gst/rtp/gstrtptheorapay.c | 2 +- gst/rtp/gstrtpvorbisdepay.c | 2 +- gst/rtp/gstrtpvorbispay.c | 2 +- gst/rtp/gstrtpvrawdepay.c | 2 +- gst/rtp/gstrtpvrawpay.c | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/gst/rtp/gstasteriskh263.c b/gst/rtp/gstasteriskh263.c index a1ad4de..474e4c3 100644 --- a/gst/rtp/gstasteriskh263.c +++ b/gst/rtp/gstasteriskh263.c @@ -231,5 +231,5 @@ gboolean gst_asteriskh263_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "asteriskh263", - GST_RANK_MARGINAL, GST_TYPE_ASTERISK_H263); + GST_RANK_SECONDARY, GST_TYPE_ASTERISK_H263); } diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c index ac05d8b..35b9a02 100644 --- a/gst/rtp/gstrtpL16depay.c +++ b/gst/rtp/gstrtpL16depay.c @@ -261,5 +261,5 @@ gboolean gst_rtp_L16_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpL16depay", - GST_RANK_MARGINAL, GST_TYPE_RTP_L16_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_L16_DEPAY); } diff --git a/gst/rtp/gstrtpL16pay.c b/gst/rtp/gstrtpL16pay.c index 6d5ab35..2f3f561 100644 --- a/gst/rtp/gstrtpL16pay.c +++ b/gst/rtp/gstrtpL16pay.c @@ -234,5 +234,5 @@ gboolean gst_rtp_L16_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpL16pay", - GST_RANK_NONE, GST_TYPE_RTP_L16_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_L16_PAY); } diff --git a/gst/rtp/gstrtpac3depay.c b/gst/rtp/gstrtpac3depay.c index c1136c1..e206156 100644 --- a/gst/rtp/gstrtpac3depay.c +++ b/gst/rtp/gstrtpac3depay.c @@ -214,5 +214,5 @@ gboolean gst_rtp_ac3_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpac3depay", - GST_RANK_MARGINAL, GST_TYPE_RTP_AC3_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_AC3_DEPAY); } diff --git a/gst/rtp/gstrtpamrdepay.c b/gst/rtp/gstrtpamrdepay.c index c08c406..82d94ce 100644 --- a/gst/rtp/gstrtpamrdepay.c +++ b/gst/rtp/gstrtpamrdepay.c @@ -455,5 +455,5 @@ gboolean gst_rtp_amr_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpamrdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_AMR_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_AMR_DEPAY); } diff --git a/gst/rtp/gstrtpamrpay.c b/gst/rtp/gstrtpamrpay.c index 57cfb55..52a46a0 100644 --- a/gst/rtp/gstrtpamrpay.c +++ b/gst/rtp/gstrtpamrpay.c @@ -435,5 +435,5 @@ gboolean gst_rtp_amr_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpamrpay", - GST_RANK_NONE, GST_TYPE_RTP_AMR_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_AMR_PAY); } diff --git a/gst/rtp/gstrtpbvdepay.c b/gst/rtp/gstrtpbvdepay.c index f398394..2939803 100644 --- a/gst/rtp/gstrtpbvdepay.c +++ b/gst/rtp/gstrtpbvdepay.c @@ -179,5 +179,5 @@ gboolean gst_rtp_bv_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpbvdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_BV_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_BV_DEPAY); } diff --git a/gst/rtp/gstrtpbvpay.c b/gst/rtp/gstrtpbvpay.c index 1ea343a..a0b0173 100644 --- a/gst/rtp/gstrtpbvpay.c +++ b/gst/rtp/gstrtpbvpay.c @@ -219,5 +219,5 @@ gboolean gst_rtp_bv_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpbvpay", - GST_RANK_NONE, GST_TYPE_RTP_BV_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_BV_PAY); } diff --git a/gst/rtp/gstrtpceltdepay.c b/gst/rtp/gstrtpceltdepay.c index 0bf387b..e84b9dc 100644 --- a/gst/rtp/gstrtpceltdepay.c +++ b/gst/rtp/gstrtpceltdepay.c @@ -271,5 +271,5 @@ gboolean gst_rtp_celt_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpceltdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_CELT_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_CELT_DEPAY); } diff --git a/gst/rtp/gstrtpceltpay.c b/gst/rtp/gstrtpceltpay.c index 7524a27..fa7426b 100644 --- a/gst/rtp/gstrtpceltpay.c +++ b/gst/rtp/gstrtpceltpay.c @@ -473,5 +473,5 @@ gboolean gst_rtp_celt_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpceltpay", - GST_RANK_NONE, GST_TYPE_RTP_CELT_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_CELT_PAY); } diff --git a/gst/rtp/gstrtpdepay.c b/gst/rtp/gstrtpdepay.c index b037efd..1e1ded7 100644 --- a/gst/rtp/gstrtpdepay.c +++ b/gst/rtp/gstrtpdepay.c @@ -158,5 +158,5 @@ gboolean gst_rtp_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpdepay", - GST_RANK_NONE, GST_TYPE_RTP_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_DEPAY); } diff --git a/gst/rtp/gstrtpdvdepay.c b/gst/rtp/gstrtpdvdepay.c index ca190fa..eccda3e 100644 --- a/gst/rtp/gstrtpdvdepay.c +++ b/gst/rtp/gstrtpdvdepay.c @@ -411,5 +411,5 @@ gboolean gst_rtp_dv_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpdvdepay", - GST_RANK_NONE, GST_TYPE_RTP_DV_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_DV_DEPAY); } diff --git a/gst/rtp/gstrtpdvpay.c b/gst/rtp/gstrtpdvpay.c index 7d0c48d..bb4fc5d 100644 --- a/gst/rtp/gstrtpdvpay.c +++ b/gst/rtp/gstrtpdvpay.c @@ -371,5 +371,5 @@ gboolean gst_rtp_dv_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpdvpay", - GST_RANK_NONE, GST_TYPE_RTP_DV_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_DV_PAY); } diff --git a/gst/rtp/gstrtpg722depay.c b/gst/rtp/gstrtpg722depay.c index ff479c1..e5554f2 100644 --- a/gst/rtp/gstrtpg722depay.c +++ b/gst/rtp/gstrtpg722depay.c @@ -256,5 +256,5 @@ gboolean gst_rtp_g722_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpg722depay", - GST_RANK_MARGINAL, GST_TYPE_RTP_G722_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_G722_DEPAY); } diff --git a/gst/rtp/gstrtpg722pay.c b/gst/rtp/gstrtpg722pay.c index 56c4a9f..f97813b 100644 --- a/gst/rtp/gstrtpg722pay.c +++ b/gst/rtp/gstrtpg722pay.c @@ -206,5 +206,5 @@ gboolean gst_rtp_g722_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpg722pay", - GST_RANK_NONE, GST_TYPE_RTP_G722_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_G722_PAY); } diff --git a/gst/rtp/gstrtpg723depay.c b/gst/rtp/gstrtpg723depay.c index 38215d4..f39fe33 100644 --- a/gst/rtp/gstrtpg723depay.c +++ b/gst/rtp/gstrtpg723depay.c @@ -224,5 +224,5 @@ gboolean gst_rtp_g723_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpg723depay", - GST_RANK_MARGINAL, GST_TYPE_RTP_G723_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_G723_DEPAY); } diff --git a/gst/rtp/gstrtpg723pay.c b/gst/rtp/gstrtpg723pay.c index 948a8fa..764122e 100644 --- a/gst/rtp/gstrtpg723pay.c +++ b/gst/rtp/gstrtpg723pay.c @@ -311,6 +311,6 @@ gst_rtp_g723_pay_change_state (GstElement * element, GstStateChange transition) gboolean gst_rtp_g723_pay_plugin_init (GstPlugin * plugin) { - return gst_element_register (plugin, "rtpg723pay", GST_RANK_NONE, + return gst_element_register (plugin, "rtpg723pay", GST_RANK_SECONDARY, gst_rtp_g723_pay_get_type ()); } diff --git a/gst/rtp/gstrtpg726depay.c b/gst/rtp/gstrtpg726depay.c index 5f70bc3..aaeb9c2 100644 --- a/gst/rtp/gstrtpg726depay.c +++ b/gst/rtp/gstrtpg726depay.c @@ -377,5 +377,5 @@ gboolean gst_rtp_g726_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpg726depay", - GST_RANK_MARGINAL, GST_TYPE_RTP_G726_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_G726_DEPAY); } diff --git a/gst/rtp/gstrtpg726pay.c b/gst/rtp/gstrtpg726pay.c index bd1cb99..a702ccc 100644 --- a/gst/rtp/gstrtpg726pay.c +++ b/gst/rtp/gstrtpg726pay.c @@ -415,5 +415,5 @@ gboolean gst_rtp_g726_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpg726pay", - GST_RANK_NONE, GST_TYPE_RTP_G726_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_G726_PAY); } diff --git a/gst/rtp/gstrtpg729depay.c b/gst/rtp/gstrtpg729depay.c index 6b76a6b..ca52579 100644 --- a/gst/rtp/gstrtpg729depay.c +++ b/gst/rtp/gstrtpg729depay.c @@ -223,5 +223,5 @@ gboolean gst_rtp_g729_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpg729depay", - GST_RANK_MARGINAL, GST_TYPE_RTP_G729_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_G729_DEPAY); } diff --git a/gst/rtp/gstrtpg729pay.c b/gst/rtp/gstrtpg729pay.c index c6a2b40..21aebaa 100644 --- a/gst/rtp/gstrtpg729pay.c +++ b/gst/rtp/gstrtpg729pay.c @@ -399,5 +399,5 @@ gboolean gst_rtp_g729_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpg729pay", - GST_RANK_NONE, GST_TYPE_RTP_G729_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_G729_PAY); } diff --git a/gst/rtp/gstrtpgsmdepay.c b/gst/rtp/gstrtpgsmdepay.c index 261bc0d..8f3d68b 100644 --- a/gst/rtp/gstrtpgsmdepay.c +++ b/gst/rtp/gstrtpgsmdepay.c @@ -148,5 +148,5 @@ gboolean gst_rtp_gsm_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpgsmdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_GSM_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_GSM_DEPAY); } diff --git a/gst/rtp/gstrtpgsmpay.c b/gst/rtp/gstrtpgsmpay.c index a7dd805..c207c08 100644 --- a/gst/rtp/gstrtpgsmpay.c +++ b/gst/rtp/gstrtpgsmpay.c @@ -173,5 +173,5 @@ gboolean gst_rtp_gsm_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpgsmpay", - GST_RANK_NONE, GST_TYPE_RTP_GSM_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_GSM_PAY); } diff --git a/gst/rtp/gstrtph263depay.c b/gst/rtp/gstrtph263depay.c index 8ae5a28..0728e68 100644 --- a/gst/rtp/gstrtph263depay.c +++ b/gst/rtp/gstrtph263depay.c @@ -377,5 +377,5 @@ gboolean gst_rtp_h263_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtph263depay", - GST_RANK_MARGINAL, GST_TYPE_RTP_H263_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_H263_DEPAY); } diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c index 5604ee0..f7701c5 100644 --- a/gst/rtp/gstrtph263pay.c +++ b/gst/rtp/gstrtph263pay.c @@ -1796,5 +1796,5 @@ gboolean gst_rtp_h263_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtph263pay", - GST_RANK_NONE, GST_TYPE_RTP_H263_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_H263_PAY); } diff --git a/gst/rtp/gstrtph263pdepay.c b/gst/rtp/gstrtph263pdepay.c index 9be2f36..05d9c3c 100644 --- a/gst/rtp/gstrtph263pdepay.c +++ b/gst/rtp/gstrtph263pdepay.c @@ -395,5 +395,5 @@ gboolean gst_rtp_h263p_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtph263pdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_H263P_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_H263P_DEPAY); } diff --git a/gst/rtp/gstrtph263ppay.c b/gst/rtp/gstrtph263ppay.c index 0a547db..2723092 100644 --- a/gst/rtp/gstrtph263ppay.c +++ b/gst/rtp/gstrtph263ppay.c @@ -333,5 +333,5 @@ gboolean gst_rtp_h263p_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtph263ppay", - GST_RANK_NONE, GST_TYPE_RTP_H263P_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_H263P_PAY); } diff --git a/gst/rtp/gstrtph264depay.c b/gst/rtp/gstrtph264depay.c index dc333ba..d6ec00c 100644 --- a/gst/rtp/gstrtph264depay.c +++ b/gst/rtp/gstrtph264depay.c @@ -872,5 +872,5 @@ gboolean gst_rtp_h264_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtph264depay", - GST_RANK_MARGINAL, GST_TYPE_RTP_H264_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_H264_DEPAY); } diff --git a/gst/rtp/gstrtph264pay.c b/gst/rtp/gstrtph264pay.c index d2d0a86..fc3e4fd 100644 --- a/gst/rtp/gstrtph264pay.c +++ b/gst/rtp/gstrtph264pay.c @@ -1234,5 +1234,5 @@ gboolean gst_rtp_h264_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtph264pay", - GST_RANK_NONE, GST_TYPE_RTP_H264_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_H264_PAY); } diff --git a/gst/rtp/gstrtpilbcdepay.c b/gst/rtp/gstrtpilbcdepay.c index 381abca..723835c 100644 --- a/gst/rtp/gstrtpilbcdepay.c +++ b/gst/rtp/gstrtpilbcdepay.c @@ -232,5 +232,5 @@ gboolean gst_rtp_ilbc_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpilbcdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_ILBC_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_ILBC_DEPAY); } diff --git a/gst/rtp/gstrtpilbcpay.c b/gst/rtp/gstrtpilbcpay.c index c9381a4..0df5b13 100644 --- a/gst/rtp/gstrtpilbcpay.c +++ b/gst/rtp/gstrtpilbcpay.c @@ -212,5 +212,5 @@ gboolean gst_rtp_ilbc_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpilbcpay", - GST_RANK_NONE, GST_TYPE_RTP_ILBC_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_ILBC_PAY); } diff --git a/gst/rtp/gstrtpj2kdepay.c b/gst/rtp/gstrtpj2kdepay.c index f864c38..98eeef2 100644 --- a/gst/rtp/gstrtpj2kdepay.c +++ b/gst/rtp/gstrtpj2kdepay.c @@ -670,5 +670,5 @@ gboolean gst_rtp_j2k_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpj2kdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_J2K_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_J2K_DEPAY); } diff --git a/gst/rtp/gstrtpj2kpay.c b/gst/rtp/gstrtpj2kpay.c index e427227..73ebf25 100644 --- a/gst/rtp/gstrtpj2kpay.c +++ b/gst/rtp/gstrtpj2kpay.c @@ -575,6 +575,6 @@ gst_rtp_j2k_pay_get_property (GObject * object, guint prop_id, gboolean gst_rtp_j2k_pay_plugin_init (GstPlugin * plugin) { - return gst_element_register (plugin, "rtpj2kpay", GST_RANK_NONE, + return gst_element_register (plugin, "rtpj2kpay", GST_RANK_SECONDARY, GST_TYPE_RTP_J2K_PAY); } diff --git a/gst/rtp/gstrtpjpegdepay.c b/gst/rtp/gstrtpjpegdepay.c index f2df87f..dbd2446 100644 --- a/gst/rtp/gstrtpjpegdepay.c +++ b/gst/rtp/gstrtpjpegdepay.c @@ -747,5 +747,5 @@ gboolean gst_rtp_jpeg_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpjpegdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_JPEG_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_JPEG_DEPAY); } diff --git a/gst/rtp/gstrtpjpegpay.c b/gst/rtp/gstrtpjpegpay.c index 3d09c69..12af280 100644 --- a/gst/rtp/gstrtpjpegpay.c +++ b/gst/rtp/gstrtpjpegpay.c @@ -926,6 +926,6 @@ gst_rtp_jpeg_pay_get_property (GObject * object, guint prop_id, gboolean gst_rtp_jpeg_pay_plugin_init (GstPlugin * plugin) { - return gst_element_register (plugin, "rtpjpegpay", GST_RANK_NONE, + return gst_element_register (plugin, "rtpjpegpay", GST_RANK_SECONDARY, GST_TYPE_RTP_JPEG_PAY); } diff --git a/gst/rtp/gstrtpmp1sdepay.c b/gst/rtp/gstrtpmp1sdepay.c index 190bfca..af4f03c 100644 --- a/gst/rtp/gstrtpmp1sdepay.c +++ b/gst/rtp/gstrtpmp1sdepay.c @@ -141,5 +141,5 @@ gboolean gst_rtp_mp1s_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp1sdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_MP1S_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MP1S_DEPAY); } diff --git a/gst/rtp/gstrtpmp2tdepay.c b/gst/rtp/gstrtpmp2tdepay.c index 4f9ba89..543de0a 100644 --- a/gst/rtp/gstrtpmp2tdepay.c +++ b/gst/rtp/gstrtpmp2tdepay.c @@ -223,5 +223,5 @@ gboolean gst_rtp_mp2t_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp2tdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_MP2T_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MP2T_DEPAY); } diff --git a/gst/rtp/gstrtpmp2tpay.c b/gst/rtp/gstrtpmp2tpay.c index 41b450e..6412777 100644 --- a/gst/rtp/gstrtpmp2tpay.c +++ b/gst/rtp/gstrtpmp2tpay.c @@ -202,5 +202,5 @@ gboolean gst_rtp_mp2t_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp2tpay", - GST_RANK_NONE, GST_TYPE_RTP_MP2T_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MP2T_PAY); } diff --git a/gst/rtp/gstrtpmp4adepay.c b/gst/rtp/gstrtpmp4adepay.c index f913a67..60d30f4 100644 --- a/gst/rtp/gstrtpmp4adepay.c +++ b/gst/rtp/gstrtpmp4adepay.c @@ -374,5 +374,5 @@ gboolean gst_rtp_mp4a_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp4adepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_MP4A_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MP4A_DEPAY); } diff --git a/gst/rtp/gstrtpmp4apay.c b/gst/rtp/gstrtpmp4apay.c index b30b3c9..1bb34ad 100644 --- a/gst/rtp/gstrtpmp4apay.c +++ b/gst/rtp/gstrtpmp4apay.c @@ -433,5 +433,5 @@ gboolean gst_rtp_mp4a_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp4apay", - GST_RANK_NONE, GST_TYPE_RTP_MP4A_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MP4A_PAY); } diff --git a/gst/rtp/gstrtpmp4gdepay.c b/gst/rtp/gstrtpmp4gdepay.c index 3938ab3..2c468b7 100644 --- a/gst/rtp/gstrtpmp4gdepay.c +++ b/gst/rtp/gstrtpmp4gdepay.c @@ -744,5 +744,5 @@ gboolean gst_rtp_mp4g_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp4gdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_MP4G_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MP4G_DEPAY); } diff --git a/gst/rtp/gstrtpmp4gpay.c b/gst/rtp/gstrtpmp4gpay.c index 81e6f9b..51d8d25 100644 --- a/gst/rtp/gstrtpmp4gpay.c +++ b/gst/rtp/gstrtpmp4gpay.c @@ -586,5 +586,5 @@ gboolean gst_rtp_mp4g_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp4gpay", - GST_RANK_NONE, GST_TYPE_RTP_MP4G_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MP4G_PAY); } diff --git a/gst/rtp/gstrtpmp4vdepay.c b/gst/rtp/gstrtpmp4vdepay.c index c1c911a..447198a 100644 --- a/gst/rtp/gstrtpmp4vdepay.c +++ b/gst/rtp/gstrtpmp4vdepay.c @@ -227,5 +227,5 @@ gboolean gst_rtp_mp4v_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp4vdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_MP4V_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MP4V_DEPAY); } diff --git a/gst/rtp/gstrtpmp4vpay.c b/gst/rtp/gstrtpmp4vpay.c index 2427abe..708494f 100644 --- a/gst/rtp/gstrtpmp4vpay.c +++ b/gst/rtp/gstrtpmp4vpay.c @@ -672,5 +672,5 @@ gboolean gst_rtp_mp4v_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp4vpay", - GST_RANK_NONE, GST_TYPE_RTP_MP4V_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MP4V_PAY); } diff --git a/gst/rtp/gstrtpmpadepay.c b/gst/rtp/gstrtpmpadepay.c index 49c97e8..f04d36b 100644 --- a/gst/rtp/gstrtpmpadepay.c +++ b/gst/rtp/gstrtpmpadepay.c @@ -179,5 +179,5 @@ gboolean gst_rtp_mpa_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmpadepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_MPA_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MPA_DEPAY); } diff --git a/gst/rtp/gstrtpmpapay.c b/gst/rtp/gstrtpmpapay.c index 88d71bc..78e0b0d 100644 --- a/gst/rtp/gstrtpmpapay.c +++ b/gst/rtp/gstrtpmpapay.c @@ -317,5 +317,5 @@ gboolean gst_rtp_mpa_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmpapay", - GST_RANK_NONE, GST_TYPE_RTP_MPA_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MPA_PAY); } diff --git a/gst/rtp/gstrtpmparobustdepay.c b/gst/rtp/gstrtpmparobustdepay.c index b250f41..61102b7 100644 --- a/gst/rtp/gstrtpmparobustdepay.c +++ b/gst/rtp/gstrtpmparobustdepay.c @@ -788,5 +788,5 @@ gboolean gst_rtp_mpa_robust_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmparobustdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_MPA_ROBUST_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MPA_ROBUST_DEPAY); } diff --git a/gst/rtp/gstrtpmpvdepay.c b/gst/rtp/gstrtpmpvdepay.c index bb377ed..e6528d5 100644 --- a/gst/rtp/gstrtpmpvdepay.c +++ b/gst/rtp/gstrtpmpvdepay.c @@ -198,5 +198,5 @@ gboolean gst_rtp_mpv_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmpvdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_MPV_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MPV_DEPAY); } diff --git a/gst/rtp/gstrtpmpvpay.c b/gst/rtp/gstrtpmpvpay.c index 6523dbb..5338c87 100644 --- a/gst/rtp/gstrtpmpvpay.c +++ b/gst/rtp/gstrtpmpvpay.c @@ -228,5 +228,5 @@ gboolean gst_rtp_mpv_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmpvpay", - GST_RANK_NONE, GST_TYPE_RTP_MPV_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_MPV_PAY); } diff --git a/gst/rtp/gstrtppcmadepay.c b/gst/rtp/gstrtppcmadepay.c index acb5336..3b9695d 100644 --- a/gst/rtp/gstrtppcmadepay.c +++ b/gst/rtp/gstrtppcmadepay.c @@ -158,5 +158,5 @@ gboolean gst_rtp_pcma_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtppcmadepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_PCMA_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_PCMA_DEPAY); } diff --git a/gst/rtp/gstrtppcmapay.c b/gst/rtp/gstrtppcmapay.c index 270f366..b1531c6 100644 --- a/gst/rtp/gstrtppcmapay.c +++ b/gst/rtp/gstrtppcmapay.c @@ -114,5 +114,5 @@ gboolean gst_rtp_pcma_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtppcmapay", - GST_RANK_NONE, GST_TYPE_RTP_PCMA_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_PCMA_PAY); } diff --git a/gst/rtp/gstrtppcmudepay.c b/gst/rtp/gstrtppcmudepay.c index 9c47891..a94e999 100644 --- a/gst/rtp/gstrtppcmudepay.c +++ b/gst/rtp/gstrtppcmudepay.c @@ -158,5 +158,5 @@ gboolean gst_rtp_pcmu_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtppcmudepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_PCMU_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_PCMU_DEPAY); } diff --git a/gst/rtp/gstrtppcmupay.c b/gst/rtp/gstrtppcmupay.c index 19074ad..0537b84 100644 --- a/gst/rtp/gstrtppcmupay.c +++ b/gst/rtp/gstrtppcmupay.c @@ -114,5 +114,5 @@ gboolean gst_rtp_pcmu_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtppcmupay", - GST_RANK_NONE, GST_TYPE_RTP_PCMU_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_PCMU_PAY); } diff --git a/gst/rtp/gstrtpqcelpdepay.c b/gst/rtp/gstrtpqcelpdepay.c index 5499e30..492fe9a 100644 --- a/gst/rtp/gstrtpqcelpdepay.c +++ b/gst/rtp/gstrtpqcelpdepay.c @@ -431,5 +431,5 @@ gboolean gst_rtp_qcelp_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpqcelpdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_QCELP_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_QCELP_DEPAY); } diff --git a/gst/rtp/gstrtpqdmdepay.c b/gst/rtp/gstrtpqdmdepay.c index 1ab4d59..001b93a4 100644 --- a/gst/rtp/gstrtpqdmdepay.c +++ b/gst/rtp/gstrtpqdmdepay.c @@ -415,5 +415,5 @@ gst_rtp_qdm2_depay_plugin_init (GstPlugin * plugin) "RTP QDM2 depayloader"); return gst_element_register (plugin, "rtpqdm2depay", - GST_RANK_MARGINAL, GST_TYPE_RTP_QDM2_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_QDM2_DEPAY); } diff --git a/gst/rtp/gstrtpsirendepay.c b/gst/rtp/gstrtpsirendepay.c index 736160f..3c46ccb 100644 --- a/gst/rtp/gstrtpsirendepay.c +++ b/gst/rtp/gstrtpsirendepay.c @@ -120,5 +120,5 @@ gboolean gst_rtp_siren_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpsirendepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_SIREN_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_SIREN_DEPAY); } diff --git a/gst/rtp/gstrtpsirenpay.c b/gst/rtp/gstrtpsirenpay.c index dde01f4..0ddf0af 100644 --- a/gst/rtp/gstrtpsirenpay.c +++ b/gst/rtp/gstrtpsirenpay.c @@ -148,5 +148,5 @@ gboolean gst_rtp_siren_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpsirenpay", - GST_RANK_NONE, GST_TYPE_RTP_SIREN_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_SIREN_PAY); } diff --git a/gst/rtp/gstrtpspeexdepay.c b/gst/rtp/gstrtpspeexdepay.c index fe6d004..4bb10aa 100644 --- a/gst/rtp/gstrtpspeexdepay.c +++ b/gst/rtp/gstrtpspeexdepay.c @@ -221,5 +221,5 @@ gboolean gst_rtp_speex_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpspeexdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_SPEEX_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_SPEEX_DEPAY); } diff --git a/gst/rtp/gstrtpspeexpay.c b/gst/rtp/gstrtpspeexpay.c index 7dfc6a9..424070a 100644 --- a/gst/rtp/gstrtpspeexpay.c +++ b/gst/rtp/gstrtpspeexpay.c @@ -332,5 +332,5 @@ gboolean gst_rtp_speex_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpspeexpay", - GST_RANK_NONE, GST_TYPE_RTP_SPEEX_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_SPEEX_PAY); } diff --git a/gst/rtp/gstrtpsv3vdepay.c b/gst/rtp/gstrtpsv3vdepay.c index 248ed45..f67f985 100644 --- a/gst/rtp/gstrtpsv3vdepay.c +++ b/gst/rtp/gstrtpsv3vdepay.c @@ -320,5 +320,5 @@ gst_rtp_sv3v_depay_plugin_init (GstPlugin * plugin) "RTP SV3V depayloader"); return gst_element_register (plugin, "rtpsv3vdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_SV3V_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_SV3V_DEPAY); } diff --git a/gst/rtp/gstrtptheoradepay.c b/gst/rtp/gstrtptheoradepay.c index 27ba21c..fa6ef62 100644 --- a/gst/rtp/gstrtptheoradepay.c +++ b/gst/rtp/gstrtptheoradepay.c @@ -616,5 +616,5 @@ gboolean gst_rtp_theora_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtptheoradepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_THEORA_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_THEORA_DEPAY); } diff --git a/gst/rtp/gstrtptheorapay.c b/gst/rtp/gstrtptheorapay.c index 47a1561..7fd1182 100644 --- a/gst/rtp/gstrtptheorapay.c +++ b/gst/rtp/gstrtptheorapay.c @@ -849,5 +849,5 @@ gboolean gst_rtp_theora_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtptheorapay", - GST_RANK_NONE, GST_TYPE_RTP_THEORA_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_THEORA_PAY); } diff --git a/gst/rtp/gstrtpvorbisdepay.c b/gst/rtp/gstrtpvorbisdepay.c index 22f62b8..5cf5ef8 100644 --- a/gst/rtp/gstrtpvorbisdepay.c +++ b/gst/rtp/gstrtpvorbisdepay.c @@ -696,5 +696,5 @@ gboolean gst_rtp_vorbis_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpvorbisdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_VORBIS_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_VORBIS_DEPAY); } diff --git a/gst/rtp/gstrtpvorbispay.c b/gst/rtp/gstrtpvorbispay.c index 5bce56f..76f3fe8 100644 --- a/gst/rtp/gstrtpvorbispay.c +++ b/gst/rtp/gstrtpvorbispay.c @@ -690,5 +690,5 @@ gboolean gst_rtp_vorbis_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpvorbispay", - GST_RANK_NONE, GST_TYPE_RTP_VORBIS_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_VORBIS_PAY); } diff --git a/gst/rtp/gstrtpvrawdepay.c b/gst/rtp/gstrtpvrawdepay.c index aa2cbfa..fae1692 100644 --- a/gst/rtp/gstrtpvrawdepay.c +++ b/gst/rtp/gstrtpvrawdepay.c @@ -586,5 +586,5 @@ gboolean gst_rtp_vraw_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpvrawdepay", - GST_RANK_MARGINAL, GST_TYPE_RTP_VRAW_DEPAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_VRAW_DEPAY); } diff --git a/gst/rtp/gstrtpvrawpay.c b/gst/rtp/gstrtpvrawpay.c index aee077f..911aed3 100644 --- a/gst/rtp/gstrtpvrawpay.c +++ b/gst/rtp/gstrtpvrawpay.c @@ -594,5 +594,5 @@ gboolean gst_rtp_vraw_pay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpvrawpay", - GST_RANK_NONE, GST_TYPE_RTP_VRAW_PAY); + GST_RANK_SECONDARY, GST_TYPE_RTP_VRAW_PAY); } -- 2.7.4