gst: pipewiresrc: Expose cursor position as a ROI meta

This commit is contained in:
Arun Raghavan 2025-07-09 17:38:43 -04:00
parent 067e29543a
commit 51d4d5ec3c
3 changed files with 28 additions and 8 deletions

View file

@ -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 {