From acddbd83ff23d7016afdcfad5da3d3aa82b63679 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 10 Apr 2007 17:06:05 +0000 Subject: gst/rtp/gstrtpamrdepay.c: Fix depayloader clock_rate and some cleanups. Original commit message from CVS: * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process): Fix depayloader clock_rate and some cleanups. * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize), (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process): * gst/rtp/gstrtph264depay.h: Don't push codec_data in the adapter because it might get flushed when we get a discont. * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process): Handle multiple AU per packet. * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_plugin_init): Disable rank, this one does not work. Remove timestamping, base class does that. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31471a56..ae08c215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2007-04-10 Wim Taymans + + * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps), + (gst_rtp_amr_depay_process): + Fix depayloader clock_rate and some cleanups. + + * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize), + (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process): + * gst/rtp/gstrtph264depay.h: + Don't push codec_data in the adapter because it might get flushed when + we get a discont. + + * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process): + Handle multiple AU per packet. + + * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process), + (gst_rtp_sv3v_depay_plugin_init): + Disable rank, this one does not work. + Remove timestamping, base class does that. + 2007-04-10 Stefan Kost * gst/auparse/gstauparse.c: (gst_au_parse_parse_header): -- cgit