gst/rtsp/: Make channel guint8 where possible.
authorPeter Kjellerstedt <pkj@axis.com>
Sat, 12 May 2007 16:37:50 +0000 (16:37 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 12 May 2007 16:37:50 +0000 (16:37 +0000)
commit7ef62aac45140e5326fc4272e5488843ed8441ac
tree835fdff1f0d7a517b040847acccaeae4fdfc5766
parent02a64fe5add29cb6733a7be4e7519a1acf557347
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.
ChangeLog
gst/rtsp/gstrtspsrc.h
gst/rtsp/rtspconnection.c
gst/rtsp/rtspdefs.c
gst/rtsp/rtspdefs.h
gst/rtsp/rtspmessage.c
gst/rtsp/rtspmessage.h
gst/rtsp/sdpmessage.c