From fc2f6baf0de54a1b42a7c0d80e209cc55e3ba00c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 14 May 2007 09:01:05 +0000 Subject: gst/rtsp/gstrtspsrc.c: Factor out caps configuration and configure more stuff such as the time ranges and speed/scale... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps), (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): Factor out caps configuration and configure more stuff such as the time ranges and speed/scale values. * gst/rtsp/rtsptransport.c: Add Copyright after non-trival fixes. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 47d611c6..412618e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-05-14 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps), + (gst_rtspsrc_parse_range), (gst_rtspsrc_open), + (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): + Factor out caps configuration and configure more stuff such as the time + ranges and speed/scale values. + + * gst/rtsp/rtsptransport.c: + Add Copyright after non-trival fixes. + 2007-05-12 Wim Taymans Patch by: Peter Kjellerstedt -- cgit