From aeec395c22314b445018d6a22ddef897d69f2db8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 22 Sep 2006 17:22:34 +0000 Subject: gst/avi/gstavidemux.c: Don't check for a tag that is never there and check if we read the correct tag. Fixes seeking ... Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index): Don't check for a tag that is never there and check if we read the correct tag. Fixes seeking again. We must post an error when all pads are unlinked. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ee4a6cd..85985d13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-09-22 Wim Taymans + + * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index): + Don't check for a tag that is never there and check if we read the + correct tag. Fixes seeking again. + We must post an error when all pads are unlinked. + 2006-09-22 Wim Taymans * gst/rtp/Makefile.am: -- cgit