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:
parent
bc7e8282d3
commit
5dfd112521
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user