summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-03-07 02:09:45 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-03-07 02:09:45 +0000
commitbc6e4f585ce770947a61f5c191622586e9839d65 (patch)
treec92f01f4f94aaf3548565fa0cdfdcd8d15337e17 /ChangeLog
parent89bbfdc3683c00f14cf7142cd19faadaf2ccc1c8 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e1a5c62..3663c1fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
+ * 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 <teuf@gnome.org>
* ext/faac/gstfaac.c: (gst_faac_chain):