mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue