[gstreamer-bugs] [Bug 372797] Seek on DVD not performed relative to title

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 10 20:28:25 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=372797

  GStreamer | gst-plugins-ugly | Ver: 0.10.4





------- Comment #7 from Jason Gerard DeRose  2006-11-11 04:27 UTC -------
A general issue in dvdreadsrc right now seems to be that it doesn't know how to
handle cases where multiple titles will have the same title_set_nr, when
DVDOpenFile() and ifoOpen() will be opening the same things for a number of
titles.  The TV serials with several episodes per DVD that I have been testing
have all been setup this way.  In this case, the title has to be handled as a
segment seek (at least of sorts).  For example, a duration query in sector
format is answered with DVDFileSize(src->dvd_title), which is wrong in this
case because it returns the combined size of *all* the titles on the current
title_set_nr; instead it should be (end_sector - start_sector) for the title.

Even though I have gst_dvd_read_src_get_sector_from_time() working correctly
now, seeking still isn't working correctly because
gst_dvd_read_src_goto_sector() seems always to be working from a start a sector
0 rather than the start_sector for the title.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list