From ca1f865eaa541789d704d0d90ec36001a17da3fd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 2 Jun 2005 13:26:36 +0000 Subject: gst/rtsp/: RTSP cleanups. Original commit message from CVS: * gst/rtsp/README: * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type), (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream), (gst_rtspsrc_add_element), (gst_rtspsrc_set_state), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_stream_configure_transport), (find_stream), (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play), (gst_rtspsrc_change_state): * gst/rtsp/rtsptransport.c: (rtsp_transport_new), (rtsp_transport_init), (parse_mode), (parse_range), (rtsp_transport_parse), (rtsp_transport_free): RTSP cleanups. --- gst/rtsp/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtsp/README') diff --git a/gst/rtsp/README b/gst/rtsp/README index 285f4f43..2f7fde89 100644 --- a/gst/rtsp/README +++ b/gst/rtsp/README @@ -132,7 +132,7 @@ An RTSP session is created as follows: the data will be received on the same connection as the RTSP connection. At this point, we remove the UDP source elements as we don't need them anymore. We - setup the rtpdec session manager element though as follows: + set up the rtpsess session manager element though as follows: +---------------------------------------------+ | +------------+ | -- cgit