From 210db1cf1619ae7f767d7ff631f050622d284c8e Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 20 Mar 2004 01:24:46 +0000 Subject: [PATCH] ext/ogg/gstoggdemux.c: terminate gst_event_new_discontinuous correctly (fixes parts of #137711) Original commit message from CVS: reviewed by: Benjamin Otte * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): terminate gst_event_new_discontinuous correctly (fixes parts of #137711) --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8257882056..082a3604cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-03-20 Tim-Phillip Mller + + reviewed by: Benjamin Otte + + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): + terminate gst_event_new_discontinuous correctly (fixes parts of + #137711) + 2004-03-19 David Schleef * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,