dvdread: Also reset the first_seek var in start()

Make the initial chapter seek work across reuse.

https://bugzilla.gnome.org/show_bug.cgi?id=453322
This commit is contained in:
Jan Schmidt 2015-05-12 22:05:02 +10:00
parent bc7e8282d3
commit 5dfd112521

View 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 */