diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-25 08:36:46 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-25 08:36:46 +0000 |
| commit | 1beeda3ff2859372cecbea4542a4da8dc05960d6 (patch) | |
| tree | eb7b9c2d8325f16ae6d6262d9d6bcc87e520308a /ChangeLog | |
| parent | fa7454bda286ba05847b552b7ed8382ec00cd520 (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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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): |
