From af6e4da92e73694d4a8bffcd3582390a56184da2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 23 Sep 2006 15:30:40 +0000 Subject: gst/rtp/: Fix klass typos. Original commit message from CVS: * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init): * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init): * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init): * gst/rtp/gstrtpdepay.c: * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init): * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init): * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init): * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init): * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_plugin_init): * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init): * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init): * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init): * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init): * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init): * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init): * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init): * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init): Fix klass typos. Mark RANK_MARGINAL, decodebin can handle the depayloaders fine. --- gst/rtp/gstrtppcmadepay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/rtp/gstrtppcmadepay.c') diff --git a/gst/rtp/gstrtppcmadepay.c b/gst/rtp/gstrtppcmadepay.c index 00e17224..14ce80ac 100644 --- a/gst/rtp/gstrtppcmadepay.c +++ b/gst/rtp/gstrtppcmadepay.c @@ -30,7 +30,7 @@ /* elementfactory information */ static const GstElementDetails gst_rtp_pcmadepay_details = GST_ELEMENT_DETAILS ("RTP packet parser", - "Codec/Depayr/Network", + "Codec/Depayloader/Network", "Extracts PCMA audio from RTP packets", "Edgard Lima , Zeeshan Ali "); @@ -160,5 +160,5 @@ gboolean gst_rtp_pcma_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtppcmadepay", - GST_RANK_NONE, GST_TYPE_RTP_PCMA_DEPAY); + GST_RANK_MARGINAL, GST_TYPE_RTP_PCMA_DEPAY); } -- cgit