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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 17 04:30:17 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 #15 from Jason Gerard DeRose  2006-11-17 12:29 UTC -------
Tim,

Thanks for the code.  The rewrite I'm working on also operates strictly in
FORMAT_TIME.  The more I learn about libdvdread, the more I realize how
difficult it is to give meaningful answers to position or duration queries in
sectors or bytes.  But there is really no need to... dvdreadsrc is a push mode
source for a reason.  In its real world usage only FORMAT_TIME is of interest,
so the other cruft might as well be removed.

On that note I have a question for you: is there any reason that a push source
need to be able to handle a GST_QUERY_CONVERT query?  I my tests with Totem,
Thoggen, and KungFu, gst_dvd_read_src_do_convert_query() is never getting
called.  I guess in particular, is there any reason that dvdreadsrc needs
handle GST_QUERY_CONVERT queries, in terms of what dvddemux and mpeg2dec
expect?

Cheers!


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




More information about the Gstreamer-bugs mailing list