Files
R36SHack/src/r36s_dlna_browser
Matteo Benedetto 0c080bc994 fix: omit height from NV12 capsfilter so GStreamer preserves source DAR
A height range like (int)[2,2160] includes the source height (1080),
so GStreamer's caps fixation picked identity for height (no scale) and
only scaled width 1920->720, giving a distorted 720x1080 frame.

Fix: omit height entirely from the capsfilter caps string.
GStreamer then derives the output height from the source's display
aspect ratio for the given width target.  NV12's even-dimension
requirement is satisfied automatically by caps fixation rounding.
2026-03-24 11:40:12 +01:00
..
2026-03-21 15:55:32 +01:00
2026-03-21 15:55:32 +01:00
2026-03-21 15:55:32 +01:00
2026-03-21 15:55:32 +01:00
2026-03-21 15:55:32 +01:00