dvdread: Also reset the first_seek var in start()
authorJan Schmidt <jan@centricular.com>
Tue, 12 May 2015 12:05:02 +0000 (22:05 +1000)
committerJan Schmidt <jan@centricular.com>
Tue, 12 May 2015 12:06:15 +0000 (22:06 +1000)
Make the initial chapter seek work across reuse.

https://bugzilla.gnome.org/show_bug.cgi?id=453322

ext/dvdread/dvdreadsrc.c

index 52c0d22..5c2b66a 100644 (file)
@@ -220,6 +220,8 @@ gst_dvd_read_src_start (GstBaseSrc * basesrc)
   src->new_seek = FALSE;
   src->change_cell = TRUE;
 
+  src->first_seek = TRUE;
+
   return TRUE;
 
   /* ERRORS */