Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • VLC VLC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,724
    • Issues 3,724
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 236
    • Merge requests 236
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • VLCVLC
  • Merge requests
  • !1758

opengl: interop_vaapi: link EGL directly

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Alexandre Janniaux requested to merge alexandre-janniaux/vlc:interop-vaapi-26813 into master Apr 11, 2022
  • Overview 19
  • Commits 1
  • Pipelines 2
  • Changes 2

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

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: interop-vaapi-26813

VideoLAN code repository instance