summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-29 16:18:08 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-29 16:18:08 +0000
commitdd87fad51992620d4ff06a577c7a17f8c639ec97 (patch)
treec1434bcd5868988bc4b29cac5986a1227c49ccb7
parent6c2eceb86e56e356fba7b344e073322a42dc2b24 (diff)
ext/ogg/gstoggdemux.c: Synchronized discont handling.
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push): Synchronized discont handling.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04b9f1cf..2f631e91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
+ Synchronized discont handling.
+
+2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
(gst_ogg_demux_push):
Make seeking sort-of exact again (fixes #156387).