parent
213ce049ad
commit
895b88760f
@ -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…
x
Reference in New Issue
Block a user