saperasrc: add channel-extract property to get UINT16 of R, G, or B

This commit is contained in:
Joshua M. Doe
2014-12-16 14:23:47 -05:00
parent 94b387cc13
commit 16dbd0c915
2 changed files with 48 additions and 5 deletions

View File

@@ -58,10 +58,12 @@ struct _GstSaperaSrc
guint num_capture_buffers;
gint server_index;
gint resource_index;
gint channel_extract;
GstBuffer *buffer;
GstCaps *caps;
gint width;
gint height;
gint gst_stride;