summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-03-07 02:51:33 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-03-07 02:51:33 +0000
commit63f2860f83131784499118a0cc3fd7ba4d9dcc44 (patch)
tree30ed3d728da90377806ad261475781580bb1a685
parent3209679ec03833a11fbb4b2f12db31fbeadb09f7 (diff)
downloadgst-plugins-bad-63f2860f83131784499118a0cc3fd7ba4d9dcc44.tar.gz
gst-plugins-bad-63f2860f83131784499118a0cc3fd7ba4d9dcc44.tar.bz2
gst-plugins-bad-63f2860f83131784499118a0cc3fd7ba4d9dcc44.zip
sys/oss/gstosssink.c: And another caller that couldn't handle delay < 0 (unsigned integer overflow). Video now contin...
Original commit message from CVS: * sys/oss/gstosssink.c: (gst_osssink_chain): And another caller that couldn't handle delay < 0 (unsigned integer overflow). Video now continues playing on an audio buffer underrun, and the clock continues working. Audio still stalls.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3663c1fe..da7e7e3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * sys/oss/gstosssink.c: (gst_osssink_chain):
+ And another caller that couldn't handle delay < 0 (unsigned
+ integer overflow). Video now continues playing on an audio
+ buffer underrun, and the clock continues working. Audio still
+ stalls.
+
+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