scrcpy/app/src/trait
Romain Vimont f91fa56593 Fix segfault on rotation while recording
The packet sink push_session() callback is optional, but it was called
unconditionnally even when not implemented, leading to a segfault.

Bug introduced by commit 78cba1b7c2.

Fixes #6687 <https://github.com/Genymobile/scrcpy/issues/6687>
2026-02-21 10:45:12 +01:00
..
frame_sink.h Add session metadata for the video stream 2026-01-10 11:53:22 +01:00
frame_source.c Add session metadata for the video stream 2026-01-10 11:53:22 +01:00
frame_source.h Add session metadata for the video stream 2026-01-10 11:53:22 +01:00
gamepad_processor.h Cleanup includes 2024-12-23 12:19:47 +01:00
key_processor.h Cleanup includes 2024-12-23 12:19:47 +01:00
mouse_processor.h Cleanup includes 2024-12-23 12:19:47 +01:00
packet_sink.h Add session metadata for the video stream 2026-01-10 11:53:22 +01:00
packet_source.c Fix segfault on rotation while recording 2026-02-21 10:45:12 +01:00
packet_source.h Add session metadata for the video stream 2026-01-10 11:53:22 +01:00