ext/dvdread/dvdreadsrc.*: Add basic support for time-based seeking; set timestamps...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 6 Aug 2006 19:47:40 +0000 (19:47 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 6 Aug 2006 19:47:40 +0000 (19:47 +0000)
commitf2d8084635efc445d762eebaa529395ef1099660
tree65903e7617f45b4700b38e0fb4767e44eb1e51cb
parentc4f4ae51efdfd4cf3cb415c30fd3a5def637f8ac
ext/dvdread/dvdreadsrc.*: Add basic support for time-based seeking; set timestamps on outgoing buffers if we have the...

Original commit message from CVS:
* ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_stop),
(gst_dvd_read_src_goto_chapter),
(gst_dvd_read_src_get_chapter_starts),
(gst_dvd_read_src_goto_title), (gst_dvd_read_src_get_next_cell),
(gst_dvd_read_src_get_time_for_sector),
(gst_dvd_read_src_get_sector_from_time), (gst_dvd_read_src_read),
(gst_dvd_read_src_handle_seek_event), (gst_dvd_read_src_do_seek),
(gst_dvd_read_src_goto_sector):
* ext/dvdread/dvdreadsrc.h:
Add basic support for time-based seeking; set timestamps on
outgoing buffers if we have them; create table with
chapter to time mapping when opening a title; rename
gst_dvd_read_src_get_next_cell_for() to _get_next_cell() and
make it take an explicit pgc argument; fix up some debugging
messages so that title/chapter numbers are printed as starting
from 1 for easier readability.
ChangeLog
ext/dvdread/dvdreadsrc.c
ext/dvdread/dvdreadsrc.h