mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
gst: pipewiresrc: Expose cursor position as a ROI meta
This commit is contained in:
parent
067e29543a
commit
51d4d5ec3c
3 changed files with 28 additions and 8 deletions
|
|
@ -39,6 +39,7 @@ struct _GstPipeWirePoolData {
|
|||
gboolean queued;
|
||||
struct spa_meta_region *crop;
|
||||
struct spa_meta_videotransform *videotransform;
|
||||
struct spa_meta_cursor *cursor;
|
||||
};
|
||||
|
||||
struct _GstPipeWirePool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue