Skip to content
Snippets Groups Projects

opengl: interop_vaapi: link EGL directly

Use EGL symbols from EGL library directly instead of loading through vlc_gl_GetProcAddress. In the future, we might want to use runtime loading through the egl provider capabilities but it's currently unused and loading EGL through GLX (vlc_gl_GetProcAddress) is leading to undefined results and crash.

With this patch, the interop_vaapi correctly fails when running with GLX and it falls back on EGL to load the interop.

Fixes #26813

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading