summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
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 /gst/rtsp/gstrtspsrc.h
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 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index 1e6b623c..3bada066 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -90,7 +90,7 @@ struct _GstRTSPStream {
gboolean added;
/* for interleaved mode */
- gint channel[2];
+ guint8 channel[2];
GstCaps *caps;
GstPad *channelpad[2];