From 485d25aef1318f18e41c6b6f224deb37149d9632 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 21 Sep 2005 17:53:26 +0000 Subject: gst/rtsp/gstrtspsrc.c: More SDP parsing and caps setting. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send), (gst_rtspsrc_change_state): More SDP parsing and caps setting. Do NO_PREROLL differently. add pads only after negotiated. * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_getcaps): Implement the getcaps function. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53ff6408..975c8199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2005-09-21 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap), + (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp), + (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send), + (gst_rtspsrc_change_state): + More SDP parsing and caps setting. + Do NO_PREROLL differently. + add pads only after negotiated. + + * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), + (gst_udpsrc_getcaps): + Implement the getcaps function. + 2005-09-21 Wim Taymans * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps), -- cgit