videotestsrc: fix undefined behaviour of left-shift
authorLuis de Bethencourt <luis@debethencourt.com>
Tue, 29 Apr 2014 14:15:47 +0000 (10:15 -0400)
committerLuis de Bethencourt <luis@debethencourt.com>
Tue, 29 Apr 2014 14:59:32 +0000 (10:59 -0400)
commit954db90918db5532463612a0ec6a891e463a57b7
tree2a5e0f47237d6d4a48cae555bff66c82b86fb353
parent740258acf678008137435cc658fa19aea6a066ea
videotestsrc: fix undefined behaviour of left-shift

With a small type for the color values being left-shifted, the result is
undefined and it could potentially overflow.

https://bugzilla.gnome.org/show_bug.cgi?id=729195
gst/videotestsrc/videotestsrc.c