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)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:26 +0000 (15:10 +0000)
commit376de6cef31e926dd6b8f31ef3d92f942b97942f
treed1a894bd8149d9fe3c145b2335fed7ba0972579c
parentb890bff2fa85226beba107b9f142055483f1e830
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
libs/gst/base/gstaggregator.c