summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2007-05-12 16:37:50 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-12 16:37:50 +0000
commit7ef62aac45140e5326fc4272e5488843ed8441ac (patch)
tree835fdff1f0d7a517b040847acccaeae4fdfc5766 /ChangeLog
parent02a64fe5add29cb6733a7be4e7519a1acf557347 (diff)
gst/rtsp/: Make channel guint8 where possible.
Original commit message from CVS: Patch by: Peter Kjellerstedt <pkj at axis com> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ffe9359..31027bc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,28 @@
Patch by: Peter Kjellerstedt <pkj at axis com>
+ * 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 <wim@fluendo.com>
+
+ Patch by: Peter Kjellerstedt <pkj at axis com>
+
* gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
(rtsp_url_get_request_uri):
* gst/rtsp/rtspurl.h: