Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gray grid instead of screen in SDL app only if fullscreen #258

Closed
mefistotelis opened this issue Oct 21, 2023 · 2 comments
Closed

Gray grid instead of screen in SDL app only if fullscreen #258

mefistotelis opened this issue Oct 21, 2023 · 2 comments

Comments

@mefistotelis
Copy link

Affected version

2.2.4, ubuntu 22.03, wayland

Bug summary

The target is the game "Terraria". When running in windowed mode, screen recording works properly. But as soon as I switch to fullscreen, gray grid starts.

Steps to reproduce

  1. Run SDL fullscreen app
  2. atl-Tab and start recording
  3. Switch back to the fullscreen app
  4. Stop recording / close Kooha
  5. Play the video - only gray grid shows during the fullscreen part

Expected behavior

Record fullscreen apps properly.

Relevant logs, screenshots, screencasts, etc.

as soon as full screen is entered, the error messages start going:

plane 0, no memory at offset 0
gst_video_frame_map_id: failed to map video frame plane 0

looks like frame buffer cannot be mapped? Maybe SDL apps need to be run with some kind of switch to allow mapping output buffer? Or maybe the function just tries to do it incorrectly?

@mefistotelis
Copy link
Author

This seem to be the same issue as in #214.

@SeaDve
Copy link
Owner

SeaDve commented Feb 8, 2024

Thanks for the bug issue. Closing this in favor of #270

@SeaDve SeaDve closed this as not planned Won't fix, can't repro, duplicate, stale Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants