gst/avi/gstavidemux.c: Useless check now we're setting the current entry correctly.

Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
Useless check now we're setting the current entry correctly.
This commit is contained in:
Edward Hervey 2005-11-28 17:31:44 +00:00
parent 804aff8689
commit 735b60acf6
2 changed files with 5 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2005-11-28 Edward Hervey <edward@fluendo.com>
* gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
Useless check now we're setting the current entry correctly.
2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
* ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),

View file

@ -2116,12 +2116,6 @@ gst_avi_demux_process_next_entry (GstAviDemux * avi)
GST_DEBUG_OBJECT (avi, "Skipping entry %d (%d, %p)",
avi->current_entry - 1, entry->size, stream->pad);
goto next;
} else if (GST_CLOCK_TIME_IS_VALID (avi->segment_start)) {
if (stream->strh->type != GST_RIFF_FCC_vids &&
entry->ts < avi->segment_start) {
GST_DEBUG_OBJECT (avi, "Doing keyframe sync");
goto next;
}
}
if ((res = gst_pad_pull_range (avi->sinkpad, entry->offset +