sys/oss/gstosssink.c: And another caller that couldn't handle delay < 0 (unsigned...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 7 Mar 2004 02:51:33 +0000 (02:51 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 7 Mar 2004 02:51:33 +0000 (02:51 +0000)
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.

ChangeLog

index 3663c1fe451b5f6b32bb10ac06b92439b8ed36c9..da7e7e3d4dfca0c08481c18c4897c8aad52204d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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),