mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
gst: support VideoCrop meta
Convert the VideoCrop metadata to GStreamer metadata.
This commit is contained in:
parent
6fd373ac83
commit
5f40bc6d4e
4 changed files with 42 additions and 6 deletions
|
|
@ -57,6 +57,7 @@ struct _GstPipeWirePoolData {
|
|||
struct pw_buffer *b;
|
||||
GstBuffer *buf;
|
||||
gboolean queued;
|
||||
struct spa_meta_region *crop;
|
||||
};
|
||||
|
||||
struct _GstPipeWirePool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue