gst/rtsp/gstrtspsrc.c: Send RTCP messages back to the server over the TCP connection.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 4 May 2007 12:31:32 +0000 (12:31 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 4 May 2007 12:31:32 +0000 (12:31 +0000)
commitfb80e5799097b2e99b1cea1b284f708de5a77efd
tree00085e1d00d61f1a610d0cda4ea38e32ba94cb15
parent4d42c097a625e58edff7df569aae0cc058e74979
gst/rtsp/gstrtspsrc.c: Send RTCP messages back to the server over the TCP connection.

Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
(gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
(gst_rtspsrc_stream_configure_manager),
(gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
(gst_rtspsrc_stream_configure_mcast),
(gst_rtspsrc_stream_configure_udp),
(gst_rtspsrc_stream_configure_udp_sink),
(gst_rtspsrc_stream_configure_transport):
Send RTCP messages back to the server over the TCP connection.
* gst/rtsp/rtspconnection.c: (rtsp_connection_write),
(rtsp_connection_send), (rtsp_connection_read), (read_body),
(rtsp_connection_receive):
* gst/rtsp/rtspconnection.h:
Factor out and expose lowlevel _write and _read methods.
Implement sending data messages to the server.
ChangeLog
gst/rtsp/gstrtspsrc.c
gst/rtsp/rtspconnection.c
gst/rtsp/rtspconnection.h