gstreamer/subprojects/gst-plugins-good/ext/gtk
Chun-wei Fan d024ee4303 GTK plugin: Support OpenGL/WGL on Windows
This attempts to implement the gtkglsink element on Windows using WGL,
as there were some more gotchas that are along the way, since we need to
juggle with libepoxy along the way, meaning that we need a recent
GTK+-3.24.x for this to work properly, i.e. the upcoming GTK+-3.24.43.

Since we are essentially using an overlay compositor only during
rendering, move its initialization and destruction into the
gtk_gst_gl_widget_render() function, so that things are safer as we are
doing things across threads between gstreamer (gst-gl) and GTK, as GL
operations, as above, have more gotchas on Windows.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4289>
2024-06-05 08:53:19 +00:00
..
gstgtkbasesink.c gtk: Fail initialization of the sink if GTK4 is already initialized in the same process 2024-05-23 08:15:44 +00:00
gstgtkbasesink.h gtk: Add "video-aspect-ratio-override" property 2022-01-12 13:27:31 +00:00
gstgtkglsink.c gtkglsink: template caps to only 2D & rectangle texture targets 2023-12-11 13:17:48 +01:00
gstgtkglsink.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstgtksink.c Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstgtksink.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstgtkutils.c Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstgtkutils.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstplugin.c Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gtkgstbasewidget.c gtk: Fix critical caused by pointer movement when stream is getting ready 2023-07-17 14:53:43 -04:00
gtkgstbasewidget.h gtk: Add a way to queue redrawing the base GTK widget 2022-02-10 23:33:02 +00:00
gtkgstglwidget.c GTK plugin: Support OpenGL/WGL on Windows 2024-06-05 08:53:19 +00:00
gtkgstglwidget.h gtkglsink: Add rotate-method property 2021-10-12 20:27:34 +00:00
gtkgstwidget.c Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gtkgstwidget.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
meson.build GTK plugin: Support OpenGL/WGL on Windows 2024-06-05 08:53:19 +00:00