videotestsrc.c: Correct left shift operator
authorFrancisco Javier Velázquez-García <francisco.velazquez@ltnglobal.com>
Tue, 23 Feb 2021 13:40:02 +0000 (14:40 +0100)
committerFrancisco Javier Velázquez-García <francisco.velazquez@ltnglobal.com>
Tue, 23 Feb 2021 13:53:43 +0000 (14:53 +0100)
commit740ea66e738fc5cec2665e509f29aad98782e943
tree2568aaff36137161bd1e1f14e1abb88c0d614828
parent1517b7043d619c51cc49ade0810b78f62f79c4d2
videotestsrc.c: Correct left shift operator

Use the left shift operator '<<' instead of the mistakenly typed less
than operator '<'.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1047>
gst/videotestsrc/videotestsrc.c