gst: support VideoCrop meta

Convert the VideoCrop metadata to GStreamer metadata.
This commit is contained in:
Wim Taymans 2020-07-31 11:44:46 +02:00
parent 6fd373ac83
commit 5f40bc6d4e
4 changed files with 42 additions and 6 deletions

View file

@ -57,6 +57,7 @@ struct _GstPipeWirePoolData {
struct pw_buffer *b;
GstBuffer *buf;
gboolean queued;
struct spa_meta_region *crop;
};
struct _GstPipeWirePool {