mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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) {
|
if (s->format == sector_format) {
|
||||||
gint first, last;
|
gint first, last;
|
||||||
gst_dvd_read_src_get_sector_bounds (src, &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;
|
src->cur_pack = s->last_stop;
|
||||||
if (src->cur_pack < first)
|
if (src->cur_pack < first)
|
||||||
src->cur_pack = first;
|
src->cur_pack = first;
|
||||||
|
|
Loading…
Reference in a new issue