summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-25 08:36:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-25 08:36:46 +0000
commit1beeda3ff2859372cecbea4542a4da8dc05960d6 (patch)
treeeb7b9c2d8325f16ae6d6262d9d6bcc87e520308a /ChangeLog
parentfa7454bda286ba05847b552b7ed8382ec00cd520 (diff)
gst/rtsp/gstrtspsrc.*: Parse server address from SDP.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize), (gst_rtspsrc_stream_free), (request_pt_map), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open): * gst/rtsp/gstrtspsrc.h: Parse server address from SDP. Hook up a udpsink to send RTCP back to the server. * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/rtsp/rtsptransport.h: Add some docs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3792b66b..4de511e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-04-25 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
+ (gst_rtspsrc_stream_free), (request_pt_map),
+ (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
+ * gst/rtsp/gstrtspsrc.h:
+ Parse server address from SDP.
+ Hook up a udpsink to send RTCP back to the server.
+
+ * docs/plugins/gst-plugins-good-plugins-sections.txt:
+ * gst/rtsp/rtsptransport.h:
+ Add some docs.
+
2007-04-25 Stefan Kost <ensonic@users.sf.net>
* gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):