From 9e5e5196dc5997534b14f78cc6af25e22ee2f940 Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Wed, 18 Dec 2013 15:48:48 -0500 Subject: [PATCH] niimaqdxsrc: add Mono14 --- sys/niimaqdx/gstniimaqdx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/niimaqdx/gstniimaqdx.c b/sys/niimaqdx/gstniimaqdx.c index cd0ca6a..34880d2 100644 --- a/sys/niimaqdx/gstniimaqdx.c +++ b/sys/niimaqdx/gstniimaqdx.c @@ -161,6 +161,8 @@ ImaqDxCapsInfo imaq_dx_caps_infos[] = { , //TODO: for packed formats, should we unpack? //{"Mono 12 Packed", GST_VIDEO_CAPS_GRAY16 ("BIG_ENDIAN"), 16, 16}, + {"Mono14", G_LITTLE_ENDIAN, GST_VIDEO_CAPS_MAKE ("GRAY16_LE"), 14, 16, 4} + , {"Mono 16", G_LITTLE_ENDIAN, GST_VIDEO_CAPS_MAKE ("GRAY16_LE"), 16, 16, 4} ,