From 1a60c7b04021cf2b7374e882b2e553b94cf57a47 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 10 Mar 2010 11:46:06 +0100 Subject: [PATCH] avidemux: push mode; also report seekable without an element index ... since recent code also seeks around to obtain required data from avi index. --- gst/avi/gstavidemux.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index 5ac47741bc..1b76284d3a 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -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);