mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
parent
213ce049ad
commit
895b88760f
1 changed files with 2 additions and 1 deletions
|
@ -1212,7 +1212,8 @@ gst_dvd_read_src_do_seek (GstBaseSrc * basesrc, GstSegment * s)
|
|||
if (s->format == sector_format) {
|
||||
gint first, last;
|
||||
gst_dvd_read_src_get_sector_bounds (src, &first, &last);
|
||||
GST_DEBUG_OBJECT (src, "Format is sector, seeking to %d", s->last_stop);
|
||||
GST_DEBUG_OBJECT (src, "Format is sector, seeking to %" G_GINT64_FORMAT,
|
||||
s->last_stop);
|
||||
src->cur_pack = s->last_stop;
|
||||
if (src->cur_pack < first)
|
||||
src->cur_pack = first;
|
||||
|
|
Loading…
Reference in a new issue