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:
Mark Nauwelaerts 2010-03-10 11:46:06 +01:00
parent 3a1a140e2d
commit 1a60c7b040

View file

@ -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);