From 3209679ec03833a11fbb4b2f12db31fbeadb09f7 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 7 Mar 2004 02:09:45 +0000 Subject: sys/oss/gstosssink.c: get_delay() may return values lower than 0. In those cases, we should not actually cast to *uns... Original commit message from CVS: * sys/oss/gstosssink.c: (gst_osssink_get_delay), (gst_osssink_get_time): get_delay() may return values lower than 0. In those cases, we should not actually cast to *unsigned* int64, that will break stuff horribly. In my case, it screwed up A/V sync in movies in totem rather badly. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9e1a5c62..3663c1fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-03-06 Ronald Bultje + + * sys/oss/gstosssink.c: (gst_osssink_get_delay), + (gst_osssink_get_time): + get_delay() may return values lower than 0. In those cases, we + should not actually cast to *unsigned* int64, that will break + stuff horribly. In my case, it screwed up A/V sync in movies + in totem rather badly. + 2004-03-06 Christophe Fergeau * ext/faac/gstfaac.c: (gst_faac_chain): -- cgit v1.2.1