summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/README
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-05-12 10:45:25 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-05-12 10:45:25 +0000
commit943f0445a965c319dcf31cc1e1839212aa479de4 (patch)
tree5b58509768b2bf74d1d172c6032ecfe2ad3a3ce3 /gst/rtsp/README
parent99283f6e38c9faf77c41829a9d61dae8ca304f4d (diff)
gst/: Make UDP and TCP elements use PushSrc.
Original commit message from CVS: * gst/rtsp/README: * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type), (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init), (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_stop), (gst_tcpclientsrc_eos), (gst_tcpclientsrc_create), (gst_tcpclientsrc_start): * gst/tcp/gsttcpclientsrc.h: * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type), (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init), (gst_tcpserversrc_init), (gst_tcpserversrc_create), (gst_tcpserversrc_start), (gst_tcpserversrc_stop): * gst/tcp/gsttcpserversrc.h: * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get_type), (gst_tcpsrc_base_init), (gst_tcpsrc_class_init), (gst_tcpsrc_init), (gst_tcpsrc_create), (gst_tcpsrc_start), (gst_tcpsrc_stop): * gst/tcp/gsttcpsrc.h: * gst/udp/gstudpsink.c: (gst_udpsink_base_init), (gst_udpsink_init), (gst_udpsink_get_times), (gst_udpsink_render), (gst_udpsink_set_property), (gst_udpsink_get_property), (gst_udpsink_change_state): * gst/udp/gstudpsink.h: * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type), (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_init), (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start), (gst_udpsrc_stop): * gst/udp/gstudpsrc.h: Make UDP and TCP elements use PushSrc.
Diffstat (limited to 'gst/rtsp/README')
-rw-r--r--gst/rtsp/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/README b/gst/rtsp/README
index 62793a65..285f4f43 100644
--- a/gst/rtsp/README
+++ b/gst/rtsp/README
@@ -137,7 +137,7 @@ An RTSP session is created as follows:
+---------------------------------------------+
| +------------+ |
| | _loop() | +--------+ |
- | | ----- rtpdec --------------------
+ | | ----- rtpses --------------------
| | | | | |
| | | | | +------------+ |
| | ----- RTCP ---- udpsink | |