misbirunpack: add shift and swap property for non-compliant sources

This commit is contained in:
Joshua M. Doe
2018-08-14 12:54:48 -04:00
parent f238398851
commit 9142674df2
2 changed files with 55 additions and 8 deletions

View File

@@ -60,7 +60,9 @@ struct _GstMisbIrUnpack
GstVideoInfo info_out;
/* properties */
guint offset_value;
gint offset_value;
guint shift_value;
gboolean swap;
};
struct _GstMisbIrUnpackClass