gst-libs/gst/audio/gstringbuffer.c
authorAndy Wingo <wingo@pobox.com>
Thu, 9 Feb 2006 11:36:18 +0000 (11:36 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 9 Feb 2006 11:36:18 +0000 (11:36 +0000)
commit4ae63e7361de90076db8bca0b6e1c0b067cb7c1d
tree15ec1fa3a697fbeb589972598299d050bd76d267
parent7b47d0fbb00fee9d5181c00bdc5cb96dd825097e
gst-libs/gst/audio/gstringbuffer.c

Original commit message from CVS:
2006-02-09  Andy Wingo  <wingo@pobox.com>

* gst-libs/gst/audio/gstringbuffer.c
(gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
overflow after 13.5 hours of recording. Kapow!

* ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
the buffer size -- we don't care about underrun/overrun reporting
right now, just need to return a useful value.
ChangeLog
ext/alsa/gstalsasrc.c
gst-libs/gst/audio/gstringbuffer.c