From 946e1e43637e78c263c82d449ec19dfd84ed8269 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 9 Feb 2006 14:20:14 +0000 Subject: gst/rtsp/: Resurected rtpdec to make rtspsrc happy again. Original commit message from CVS: * gst/rtsp/Makefile.am: * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type), (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps), (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp), (gst_rtpdec_set_property), (gst_rtpdec_get_property), (gst_rtpdec_change_state): * gst/rtsp/gstrtpdec.h: * gst/rtsp/gstrtsp.c: (plugin_init): * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport): * gst/rtsp/rtspconnection.c: (read_body), (rtsp_connection_receive): * gst/rtsp/rtspmessage.c: (rtsp_message_dump): Resurected rtpdec to make rtspsrc happy again. Skip attributes from the session id. Don't crash when dumping a message with an empty body. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 78634417..2d82fdad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2006-02-09 Wim Taymans + + * gst/rtsp/Makefile.am: + * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type), + (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps), + (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp), + (gst_rtpdec_set_property), (gst_rtpdec_get_property), + (gst_rtpdec_change_state): + * gst/rtsp/gstrtpdec.h: + * gst/rtsp/gstrtsp.c: (plugin_init): + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport): + * gst/rtsp/rtspconnection.c: (read_body), + (rtsp_connection_receive): + * gst/rtsp/rtspmessage.c: (rtsp_message_dump): + Resurected rtpdec to make rtspsrc happy again. + Skip attributes from the session id. + Don't crash when dumping a message with an empty body. + + 2006-02-09 Wim Taymans * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain): -- cgit