From d29215b257667ccd56a5fa3157281cc386604921 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 9 May 2007 11:23:39 +0000 Subject: gst/rtsp/: Add code to parse time ranges. Original commit message from CVS: * gst/rtsp/Makefile.am: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query), (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open): * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range), (parse_clock_range), (parse_smpte_range), (rtsp_range_parse), (rtsp_range_free): * gst/rtsp/rtsprange.h: Add code to parse time ranges. Report DURATION on the stream when possible. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 680839d2..560504dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-05-09 Wim Taymans + + * gst/rtsp/Makefile.am: + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query), + (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open): + * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range), + (parse_clock_range), (parse_smpte_range), (rtsp_range_parse), + (rtsp_range_free): + * gst/rtsp/rtsprange.h: + Add code to parse time ranges. + Report DURATION on the stream when possible. + 2007-05-08 Tim-Philipp Müller * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv), -- cgit