mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
oggdemux: do not retry seeking indefinitely
https://bugzilla.gnome.org/show_bug.cgi?id=661897
This commit is contained in:
parent
ded27cc61a
commit
26e1c2d628
1 changed files with 1 additions and 0 deletions
|
@ -3098,6 +3098,7 @@ gst_ogg_demux_get_duration_push (GstOggDemux * ogg, int flags)
|
||||||
} else {
|
} else {
|
||||||
GST_INFO_OBJECT (ogg, "Seek failed, duration will stay unknown");
|
GST_INFO_OBJECT (ogg, "Seek failed, duration will stay unknown");
|
||||||
ogg->push_state = PUSH_PLAYING;
|
ogg->push_state = PUSH_PLAYING;
|
||||||
|
ogg->push_disable_seeking = TRUE;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue