From 12d09ef327c8c1cd229512a6064bd0ba7a9694b6 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 15 Feb 2005 15:58:14 +0000 Subject: [PATCH] ext/ogg/gstoggdemux.c: Granpos can apparently be -1, which screws up calculations... Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate): Granpos can apparently be -1, which screws up calculations... --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c74755a4d4..2be822deb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-15 Ronald S. Bultje + + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate): + Granpos can apparently be -1, which screws up calculations... + 2005-02-16 Jan Schmidt * sys/ximage/ximagesink.c: (gst_ximagesink_chain),