aptinasrc: add support for Bayer

This commit is contained in:
Joshua M. Doe
2020-02-27 09:58:53 -05:00
parent d00aec86a5
commit 2692036550
2 changed files with 121 additions and 32 deletions

View File

@@ -53,7 +53,8 @@ struct _GstAptinaSrc
GstCaps *caps;
gint raw_framesize;
gint rgb_framesize;
guint out_framesize;
gboolean convert_to_rgb;
guint8 *buffer;
gboolean stop_requested;