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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Nov 12 19:22:41 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


Jason Gerard DeRose changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76409|0                           |1
        is obsolete|                            |




------- Comment #11 from Jason Gerard DeRose  2006-11-13 03:21 UTC -------
Created an attachment (id=76456)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=76456&action=view)
Improvment on previous patch

This improves upon the previous patch.  There was no reason to have the member
src->vts_tmapt as only the tmap for the current title is needed.  So now
gst_dvd_read_src_goto_title() sets src->tmap =
&src->vts_file->vts_tmapt->tmap[src->ttn-1]... if the title_set has a vts_tmapt
(src->vts_file->vts_tmapt != NULL).

This allows the code in gst_dvd_read_src_get_sector_from_time() to be cleaned
up a bit.

I also improved gst_dvd_read_src_get_time_for_sector().  It worked previously
because it would eventually find the appropriate sector (if a match was
possible).  But now it only iterates through the appropriate tmap rather than
every tmap in the title_set.


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




More information about the Gstreamer-bugs mailing list