From: Ronald S. Bultje Date: Sun, 7 Mar 2004 02:51:33 +0000 (+0000) Subject: sys/oss/gstosssink.c: And another caller that couldn't handle delay < 0 (unsigned... X-Git-Tag: BEFORE_INDENT~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63f2860f83131784499118a0cc3fd7ba4d9dcc44;p=platform%2Fupstream%2Fgst-plugins-bad.git 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. --- diff --git a/ChangeLog b/ChangeLog index 3663c1f..da7e7e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2004-03-06 Ronald Bultje + * 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 + * sys/oss/gstosssink.c: (gst_osssink_get_delay), (gst_osssink_get_time): get_delay() may return values lower than 0. In those cases, we