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 a1ad4dee4f..474e4c3a3b 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 ac05d8b2fe..35b9a02061 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 6d5ab352d2..2f3f561b71 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 c1136c1f4f..e206156a51 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 c08c406882..82d94cee44 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 57cfb55dfa..52a46a0259 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 f398394357..2939803ea1 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 1ea343a7e7..a0b0173da0 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 0bf387b1a5..e84b9dc8a3 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 7524a27b00..fa7426b1fa 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 b037efd298..1e1ded7b73 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 ca190fa77a..eccda3e8ef 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 7d0c48dc16..bb4fc5deb2 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 ff479c1839..e5554f2476 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 56c4a9f406..f97813b32e 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 38215d44f4..f39fe334ec 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 948a8fa22c..764122ed3f 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 5f70bc317f..aaeb9c2c35 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 bd1cb99dca..a702ccc547 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 6b76a6b63b..ca52579980 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 c6a2b403d9..21aebaabb4 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 261bc0dbdb..8f3d68bf22 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 a7dd805f95..c207c0854c 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 8ae5a28862..0728e683bf 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 5604ee0ab4..f7701c5f8d 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 9be2f366e4..05d9c3c6f5 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 0a547db7c8..2723092b45 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 dc333ba8d4..d6ec00ca0a 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 d2d0a86180..fc3e4fd82b 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 381abca5fe..723835c743 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 c9381a48ac..0df5b13008 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 f864c380f4..98eeef2e93 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 e427227aa1..73ebf25e9a 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 f2df87f7b3..dbd2446903 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 3d09c698ff..12af2809b4 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 190bfca65c..af4f03c657 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 4f9ba8933f..543de0a78e 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 41b450e3ca..64127772a5 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 f913a67cac..60d30f4d7c 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 b30b3c9558..1bb34adb4e 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 3938ab3cc8..2c468b7c78 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 81e6f9b86d..51d8d25d01 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 c1c911afe8..447198ad8f 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 2427abed21..708494f766 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 49c97e89c8..f04d36bdf7 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 88d71bce89..78e0b0d63e 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 b250f4137d..61102b774b 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 bb377eddfe..e6528d5bb4 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 6523dbbedb..5338c87df6 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 acb5336050..3b9695d7e0 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 270f3663e3..b1531c61ba 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 9c47891f80..a94e9991b1 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 19074ad86f..0537b8433e 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 5499e307c4..492fe9a24f 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 1ab4d598f9..001b93a4f1 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 736160fdf1..3c46ccb7cb 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 dde01f4d6c..0ddf0af5e8 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 fe6d0045d7..4bb10aaf26 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 7dfc6a96d7..424070a9e0 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 248ed45146..f67f9853fa 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 27ba21ce2e..fa6ef62450 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 47a156103b..7fd1182848 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 22f62b8f68..5cf5ef8ebc 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 5bce56f9ea..76f3fe84da 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 aa2cbfaa1c..fae1692401 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 aee077f763..911aed34b5 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); }