From 7ef62aac45140e5326fc4272e5488843ed8441ac Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sat, 12 May 2007 16:37:50 +0000 Subject: gst/rtsp/: Make channel guint8 where possible. Original commit message from CVS: Patch by: Peter Kjellerstedt * gst/rtsp/gstrtspsrc.h: * gst/rtsp/rtspconnection.c: (rtsp_connection_receive): * gst/rtsp/rtspmessage.c: (rtsp_message_init_data), (rtsp_message_get_header): * gst/rtsp/rtspmessage.h: Make channel guint8 where possible. Make rtsp_message_init_data() take the channel as a guint8. * gst/rtsp/rtspdefs.c: Fixed a typo: Timout -> Timeout * gst/rtsp/rtspdefs.h: Make RTSP_CHECK() behave as a statement. * gst/rtsp/sdpmessage.c: Avoid a compiler warning in INIT_ARRAY(). Fixes #437692. --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0ffe9359..31027bc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2007-05-12 Wim Taymans + + Patch by: Peter Kjellerstedt + + * gst/rtsp/gstrtspsrc.h: + * gst/rtsp/rtspconnection.c: (rtsp_connection_receive): + * gst/rtsp/rtspmessage.c: (rtsp_message_init_data), + (rtsp_message_get_header): + * gst/rtsp/rtspmessage.h: + Make channel guint8 where possible. + Make rtsp_message_init_data() take the channel as a guint8. + + * gst/rtsp/rtspdefs.c: + Fixed a typo: Timout -> Timeout + + * gst/rtsp/rtspdefs.h: + Make RTSP_CHECK() behave as a statement. + + * gst/rtsp/sdpmessage.c: + Avoid a compiler warning in INIT_ARRAY(). + Fixes #437692. + 2007-05-12 Wim Taymans Patch by: Peter Kjellerstedt -- cgit