Skip to content

Commit d991292

Browse files
patches: fixup unused part of gstreamer 5511 patch
1 parent c961c03 commit d991292

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

patches/gstreamer/5511.patch

-22
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,6 @@ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/55
4848
subprojects/gstreamer/docs/index.md | 2 +-
4949
10 files changed, 107 insertions(+), 14 deletions(-)
5050

51-
diff --git a/girs/GstGL-1.0.gir b/girs/GstGL-1.0.gir
52-
index 2626db44792..87d7645c001 100644
53-
--- a/girs/GstGL-1.0.gir
54-
+++ b/girs/GstGL-1.0.gir
55-
@@ -3016,7 +3016,7 @@ a #GstGLDisplay.
56-
There are a number of environment variables that influence the choice of
57-
platform and window system specific functionality.
58-
- GST_GL_WINDOW influences the window system to use. Common values are
59-
- 'x11', 'wayland', 'win32' or 'cocoa'.
60-
+ 'x11', 'wayland', 'surfaceless', 'win32' or 'cocoa'.
61-
- GST_GL_PLATFORM influences the OpenGL platform to use. Common values are
62-
'egl', 'glx', 'wgl' or 'cgl'.
63-
- GST_GL_API influences the OpenGL API requested by the OpenGL platform.
64-
@@ -3453,6 +3453,8 @@ display's object lock held.</doc>
65-
</member>
66-
<member name="android" value="2048" c:identifier="GST_GL_DISPLAY_TYPE_ANDROID" glib:nick="android">
67-
</member>
68-
+ <member name="egl_surfaceless" value="4096" c:identifier="GST_GL_DISPLAY_TYPE_EGL_SURFACELESS" glib:nick="egl-surfaceless">
69-
+ </member>
70-
<member name="any" value="4294967295" c:identifier="GST_GL_DISPLAY_TYPE_ANY" glib:nick="any">
71-
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/gl/gstgldisplay.h">any display type</doc>
72-
</member>
7351
diff --git a/subprojects/gst-plugins-base/gst-libs/gst/gl/egl/gstgldisplay_egl.c b/subprojects/gst-plugins-base/gst-libs/gst/gl/egl/gstgldisplay_egl.c
7452
index e617b8adb88..902416c19f6 100644
7553
--- a/subprojects/gst-plugins-base/gst-libs/gst/gl/egl/gstgldisplay_egl.c

0 commit comments

Comments
 (0)