GNOME Bugzilla – Bug 730981
eglglessink: Video flickers while window resizing
Last modified: 2014-05-30 07:47:18 UTC
Created attachment 277513 [details] [review] Fix With compiz running video flickering is observed while resizing output window of "gst-launch-1.0 videotestsrc ! eglglessink" Flickering could be avoided by setting background of window created by sink to None. Other sinks e.g Xv do similar to avoid flicker while resize.
That's fixed in glimagesink btw commit a1e479a9a0f9d91eec147c27bd336d7e46e90648 Author: Yogish Kulkarni <yogishk@nvidia.com> Date: Thu May 29 13:44:22 2014 +0530 eglglessink: Set window background as None Prevent X from redrawing the background on ConfigureNotify by setting background as None. Otherwise flickering is observed when resizing the window. https://bugzilla.gnome.org/show_bug.cgi?id=730981