mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
avidemux: push mode; also report seekable without an element index
... since recent code also seeks around to obtain required data from avi index.
This commit is contained in:
parent
3a1a140e2d
commit
1a60c7b040
1 changed files with 0 additions and 5 deletions
|
@ -3059,11 +3059,6 @@ gst_avi_demux_check_seekability (GstAviDemux * avi)
|
|||
seekable = FALSE;
|
||||
}
|
||||
|
||||
if (!avi->element_index) {
|
||||
GST_DEBUG_OBJECT (avi, "no index");
|
||||
seekable = FALSE;
|
||||
}
|
||||
|
||||
done:
|
||||
GST_INFO_OBJECT (avi, "seekable: %d (%" G_GUINT64_FORMAT " - %"
|
||||
G_GUINT64_FORMAT ")", seekable, start, stop);
|
||||
|
|
Loading…
Reference in a new issue