diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2006-09-23 Wim Taymans <wim@fluendo.com> + + * 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. + 2006-09-22 Tim-Philipp Müller <tim at centricular dot net> * configure.ac: |