summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/rtsprange.h
Commit message (Collapse)AuthorAgeFilesLines
* gst/rtsp/: Add code to parse time ranges.Wim Taymans2007-05-091-0/+97
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.