Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.1k
    • Issues 1.1k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 506
    • Merge requests 506
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gstreamergstreamer
  • Merge requests
  • !2949

gstwldisplay: don't break main loop when poll wait was interrupted

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Haihua Hu requested to merge JaredHu/gstreamer:dont-break-wayland-display-mainloop-when-suspend-resume into main Aug 29, 2022
  • Overview 3
  • Commits 1
  • Pipelines 7
  • Changes 1

sometimes when do system suspend resume test, poll wait will return with errno == EINTR, which means poll wait was interrupted by system suspend, need continue main loop instead of break the loop and report communicating error with wayland server because we can resume connection after system resume back.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dont-break-wayland-display-mainloop-when-suspend-resume