summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-18 15:49:00 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-18 15:49:00 +0000
commitcf398c5fad02834aa7946d90049e1418519f6f46 (patch)
tree197c98c995dc8dacb3cadc6623d329d8a1b0922e
parent5aff37780566c5b4f74c594b005f7df81819bacc (diff)
ext/ogg/gstoggdemux.c: Start at zero.
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query), (gst_ogg_demux_src_event), (gst_ogg_pad_push): Start at zero. * ext/theora/theoradec.c: (theora_dec_chain): Skip headers. Bad idea for chained ogg, but fixes seeking.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62209087..8073f050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
+ (gst_ogg_demux_src_event), (gst_ogg_pad_push):
+ Start at zero.
+ * ext/theora/theoradec.c: (theora_dec_chain):
+ Skip headers. Bad idea for chained ogg, but fixes seeking.
+
2004-10-18 Wim Taymans <wim@fluendo.com>
* configure.ac: