From: Ronald S. Bultje Date: Fri, 22 Oct 2004 13:09:12 +0000 (+0000) Subject: ext/ogg/gstoggdemux.c: We love it if files that start at zero work too... X-Git-Tag: 1.19.3~505^2~2900 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec679989f0f38792fe74d508def1e9e83de76b12;p=platform%2Fupstream%2Fgstreamer.git ext/ogg/gstoggdemux.c: We love it if files that start at zero work too... Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): We love it if files that start at zero work too... --- diff --git a/ChangeLog b/ChangeLog index 5e38412..76cfa64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-10-22 Ronald S. Bultje + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): + We love it if files that start at zero work too... + +2004-10-22 Ronald S. Bultje + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate): Handle files with missing EOS headers.