niimaq: add is-signed property

This commit is contained in:
Joshua M. Doe
2013-08-27 10:22:05 -04:00
parent b18610763c
commit cedae288d2
2 changed files with 33 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ struct _GstNiImaqSrc {
gchar *interface_name;
gint bufsize;
gboolean avoid_copy;
gboolean is_signed;
/* image info */
GstVideoFormat format;