audiomixer: critical error for blocksize, timeout min/max values
authorVineeth T M <vineeth.tm@samsung.com>
Mon, 20 Oct 2014 12:55:08 +0000 (18:25 +0530)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 21 Oct 2014 08:58:48 +0000 (10:58 +0200)
commitaec1f2a001cde486c58c42b76feec62bcefab870
treee4e0029c1a84bb34bbbc5f27cf2243cc1c8bac73
parent73a484d500e11416c0ec42d92e0ff25c7e4cb629
audiomixer: critical error for blocksize, timeout min/max values

Audiomixer blocksize, cant be 0, hence adjusting the minimum value to 1
timeout value of aggregator is defined with MAX of MAXINT64,
but it cannot cross G_MAXLONG * GST_SECOND - 1
Hence changed the max value of the same

https://bugzilla.gnome.org/show_bug.cgi?id=738845
gst-libs/gst/base/gstaggregator.c
gst/audiomixer/gstaudiomixer.c