videotestsrc: assertion error
authorVineeth T M <vineeth.tm@samsung.com>
Tue, 21 Oct 2014 09:13:30 +0000 (14:43 +0530)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 21 Oct 2014 09:28:11 +0000 (11:28 +0200)
commitc2224b805941bd77b57f24e7b86f0a5ba3113135
tree41fbd898b5a8342201a59ffd050f9c96166462bb
parenta24db77217b40ae1b09584389cc9bda32428ee91
videotestsrc: assertion error

timestamp_offset is being declared as an int64 variable,
for which the min
value of G_MININT64 is -9223372036854775808
Changing the minimum and maximum limit for the offset variable.

https://bugzilla.gnome.org/show_bug.cgi?id=738568
gst/videotestsrc/gstvideotestsrc.c
gst/videotestsrc/gstvideotestsrc.h