diff options
| author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-07 02:51:33 +0000 |
|---|---|---|
| committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-07 02:51:33 +0000 |
| commit | 63e0fe099ee70bc6993f44cefb7537e7a559aef4 (patch) | |
| tree | c89115d7f340bf5b22904a7475213555ed7329e3 /ChangeLog | |
| parent | bc6e4f585ce770947a61f5c191622586e9839d65 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
