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/gstrtpL16depay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/rtp/gstrtpL16depay.c') diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c index 2d052db3..3d8b2e36 100644 --- a/gst/rtp/gstrtpL16depay.c +++ b/gst/rtp/gstrtpL16depay.c @@ -27,7 +27,7 @@ /* elementfactory information */ static const GstElementDetails gst_rtp_L16depay_details = GST_ELEMENT_DETAILS ("RTP packet parser", - "Codec/Depayr/Network", + "Codec/Depayloader/Network", "Extracts raw audio from RTP packets", "Zeeshan Ali "); @@ -348,5 +348,5 @@ gboolean gst_rtp_L16depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpL16depay", - GST_RANK_NONE, GST_TYPE_RTP_L16_DEPAY); + GST_RANK_MARGINAL, GST_TYPE_RTP_L16_DEPAY); } -- cgit