From 5b520d7c47274ed9f5ba69b3a2c372882d8f640a Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Wed, 25 Nov 2020 19:55:32 +0100 Subject: [PATCH] gir-files/fix: Update paths for GL EGL/Wayland/X11 gir files --- gir-files/fix.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gir-files/fix.sh b/gir-files/fix.sh index 4fde9f003..d5441fc81 100755 --- a/gir-files/fix.sh +++ b/gir-files/fix.sh @@ -23,7 +23,7 @@ xmlstarlet ed --pf --inplace \ --value gpointer \ --update '//*[@c:type="wl_shell*"]/@c:type' \ --value gpointer \ - GstGL-1.0.gir + GstGLWayland-1.0.gir # Change X11's Display* and xcb_connection_t* pointers to gpointer xmlstarlet ed --pf --inplace \ @@ -35,7 +35,7 @@ xmlstarlet ed --pf --inplace \ --value gpointer \ --update '//*[@c:type="xcb_connection_t*"]/@c:type' \ --value gpointer \ - GstGL-1.0.gir + GstGLX11-1.0.gir # Remove GstMemoryEGL and EGLImage xmlstarlet ed --pf --inplace \ @@ -56,12 +56,12 @@ xmlstarlet ed --pf --inplace \ --delete '//_:function-macro[starts-with(@name, "GL_MEMORY_EGL")]' \ --delete '//_:function-macro[starts-with(@name, "IS_EGL_IMAGE")]' \ --delete '//_:function-macro[starts-with(@name, "IS_GL_MEMORY_EGL")]' \ - GstGL-1.0.gir + GstGLEGL-1.0.gir xmlstarlet ed --pf --inplace \ --delete '//_:method[@c:identifier="gst_gl_display_egl_from_gl_display"]' \ --delete '//_:method[@c:identifier="egl_from_gl_display"]' \ - GstGL-1.0.gir + GstGLEGL-1.0.gir # Remove all libcheck related API xmlstarlet ed --pf --inplace \