[Bug 516513] dvdread/dvddemux: FORMAT_TIME seek fails on some DVDs

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 30 07:17:49 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=516513
  GStreamer | gst-plugins-ugly | git

--- Comment #5 from Tal Shalif <tshalif at nargila.org> 2011-05-30 14:17:47 UTC ---
The problem is as before:

On Pirates of the Carribean (Japanese NTSC DVD distribution)

The following works:
>>> pipeline.seek_simple(gst.FORMAT_TIME, gst.SEEK_FLAG_FLUSH, 1358930000000L)
True

But trying to seek a bit further causes the movie stop:
>>> pipeline.seek_simple(gst.FORMAT_TIME, gst.SEEK_FLAG_FLUSH, 1458930000000L)
True

The stream duration for that title is:
>>> pipeline.query_duration(gst.FORMAT_TIME)
(8582000000000L, <enum GST_FORMAT_TIME of type GstFormat>)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list