GNOME Bugzilla – Bug 589064
resindvd doesn't behave right for "previous chapter"
Last modified: 2011-11-07 18:44:14 UTC
+++ This bug was initially created as a clone of Bug #515109 +++ resindvd's handling of previous/next chapter could do with a bit of tweaking. Currently, pressing "next" on the last chapter of a DVD will bring it back to the menu (do we get an EOS if there's no menu on the DVD, or does it restart the movie?). Pressing "previous" on the first chapter causes errors to be printed out, when it should seek back to the start of the chapter: (totem:13573): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `start != -1' failed (totem:13573): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `start != -1' failed (totem:13573): GStreamer-WARNING **: closing segment of unknown duration, assuming duration of 0 libdvdnav: previous chapter failed.
Created attachment 199510 [details] [review] resindvdsrc: do not try to seek before the first chapter
commit cabc01f107b4f63b25e1ade631037f6748966f00 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Thu Oct 20 10:42:42 2011 +0100 resindvdsrc: do not try to seek before the first chapter https://bugzilla.gnome.org/show_bug.cgi?id=589064