gstreamer/gst-libs/gst/gl/viv-fb
Haihua Hu 58f4217468 gl/viv-fb: fix gl plugin hang when run with viv-fb backend
below commit change the window resize thread and cause viv-fb backend
hang, need move resize code after window->open is called. Otherwise,
the resize message will send to a thread that not start running and
window resize call will waiting forever.

Commit:        b887db1efe
glwindow: fix racy resize updates

Take locks around resize handling and marshall all resizes to the
windowing thread by default.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1195>
2021-06-11 04:52:40 +00:00
..
gstgldisplay_viv_fb.c viv-fb: Don't destroy the native FB display 2017-12-09 19:32:31 +00:00
gstgldisplay_viv_fb.h gl/docs: add to new docs system 2019-05-21 01:49:48 +00:00
gstglwindow_viv_fb_egl.c gl/viv-fb: fix gl plugin hang when run with viv-fb backend 2021-06-11 04:52:40 +00:00
gstglwindow_viv_fb_egl.h gl/viv-fb: fix gl plugin hang when run with viv-fb backend 2021-06-11 04:52:40 +00:00