From a7d7309e18dca433661058e54651c2d1b78edc6a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 19 Sep 2006 17:25:15 +0000 Subject: gst/rtsp/gstrtspsrc.*: Reorganize stream parsing and creation. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt), (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel), (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send), (gst_rtspsrc_parse_methods), (gst_rtspsrc_open), (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): * gst/rtsp/gstrtspsrc.h: Reorganize stream parsing and creation. Detect container formats in interleaved mode. Keep more state about the streams. Assume a server also supports PLAY if it does not say. Add unicast and interleaved properties to TCP transport requests to make some servers happy (WMServer). * gst/rtsp/sdpmessage.h: Add some defines for the standard Bandwidth types. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c85b44d..3f1f45c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-09-19 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt), + (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream), + (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp), + (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel), + (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send), + (gst_rtspsrc_parse_methods), (gst_rtspsrc_open), + (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): + * gst/rtsp/gstrtspsrc.h: + Reorganize stream parsing and creation. + Detect container formats in interleaved mode. + Keep more state about the streams. + Assume a server also supports PLAY if it does not say. + Add unicast and interleaved properties to TCP transport requests to make + some servers happy (WMServer). + + * gst/rtsp/sdpmessage.h: + Add some defines for the standard Bandwidth types. + 2006-09-19 Wim Taymans * gst/rtsp/test.c: (main): -- cgit