From 8f5fb88b5ac1b80dc0ab8190a2da26f2c23f31f2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 25 Mar 2007 15:34:42 +0000 Subject: gst/rtsp/gstrtspsrc.*: Handle default clock-rates for static payload types, rearrange stuff so that the rtpmap field ... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup), (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free), (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_stream_configure_caps), (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo): * gst/rtsp/gstrtspsrc.h: Handle default clock-rates for static payload types, rearrange stuff so that the rtpmap field in the sdp can override the defaults. Parse RTP-Info field to get the seqnum and timebase fields that should go in the caps. Delay configuring caps after we got the RTP-Info from the PLAY reply from the server. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2ebf992..986731ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2007-03-25 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup), + (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free), + (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap), + (gst_rtspsrc_media_to_caps), + (gst_rtspsrc_stream_configure_transport), + (gst_rtspsrc_stream_configure_caps), + (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo): + * gst/rtsp/gstrtspsrc.h: + Handle default clock-rates for static payload types, rearrange stuff so + that the rtpmap field in the sdp can override the defaults. + Parse RTP-Info field to get the seqnum and timebase fields that should + go in the caps. + Delay configuring caps after we got the RTP-Info from the PLAY reply from + the server. + 2007-03-22 Wim Taymans Patch by: Christophe Dehais -- cgit