summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-09-22 17:22:34 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-09-22 17:22:34 +0000
commitaeec395c22314b445018d6a22ddef897d69f2db8 (patch)
treebbb643fb6d1d223d08f27b1783bca8599e92eb1a /ChangeLog
parent25a44f8e02457e811a979b982997fdc01b218e96 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ee4a6cd..85985d13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-09-22 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):