mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-23 08:56:47 -05:00
The drm format modifier value `0` is actually `DRM_FORMAT_MOD_LINEAR`, a commonly used modifier. Unfortunately there appears to be no value that can savely used as placeholder for "no value", as e.g. `DRM_FORMAT_MOD_INVALID` is often used to indicate an implicit modifier. Thus add a new flag that clearly indicates whether the modifier value is set or not, add it to `spa_video_info_raw` and the util functions. Closes https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2943 |
||
|---|---|---|
| .. | ||
| buffer | ||
| control | ||
| debug | ||
| graph | ||
| interfaces/audio | ||
| monitor | ||
| node | ||
| param | ||
| pod | ||
| support | ||
| utils | ||