misbirunpack: add properties to allow tweaking luma and chroma mask

This can be useful for non-standard implementations of this conversion process
This commit is contained in:
Joshua M. Doe
2018-10-04 13:10:47 -04:00
parent bcb80f3b87
commit b6d837aed4
2 changed files with 95 additions and 38 deletions

View File

@@ -63,6 +63,8 @@ struct _GstMisbIrUnpack
gint offset_value;
guint shift_value;
gboolean swap;
guint luma_mask;
guint chroma_mask;
};
struct _GstMisbIrUnpackClass