glimagesink: need add glFinish after eglswapbuffer

when video playback using glimagesink, video tearing occurs. eglswapbuffer
is an async call that is to say the buffer maybe still used by GPU
but we are already prepare next buffer.

upstream status: pending
https://bugzilla.gnome.org/show_bug.cgi?id=791937
1 file changed