selkies-project / selkies-gstreamer

Open-Source Low-Latency Linux WebRTC HTML5 Remote Desktop and 3D Graphics / Game Streaming Platform with GStreamer
Mozilla Public License 2.0
237 stars 42 forks source link

Fix the return of odd numbered pixels #132

Closed PMohanJ closed 5 months ago

PMohanJ commented 5 months ago

The point of subtracting a dimension%2 from its actual dimension is to avoid odd numbered pixels, so due to variation of DPR from device to device the subtraction should be done at the end of pixel calculation.

Fixes #124

ehfd commented 5 months ago

Closes #124.