mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
gst: Add support for DMA_DRM / explicit modifiers
Gstreamer 1.24 added and largely switched to a new, modifier aware DMABuf API. Unfortunately that breaks the existing DMABuf support in the PW Gst element. Add support for the new API.
This commit is contained in:
parent
f2f60ee0ec
commit
f1b75fc6f8
6 changed files with 417 additions and 169 deletions
|
|
@ -11,9 +11,7 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
struct spa_pod * gst_caps_to_format (GstCaps *caps,
|
||||
guint index, uint32_t id);
|
||||
GPtrArray * gst_caps_to_format_all (GstCaps *caps, uint32_t id);
|
||||
GPtrArray * gst_caps_to_format_all (GstCaps *caps);
|
||||
|
||||
GstCaps * gst_caps_from_format (const struct spa_pod *format);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue