I think I have answered my own question.
I found this code in aravis/gst/gstaravis.c
gs = gst_structure_empty_new ("video");
gst_structure_set_name (gs, "video/x-raw-gray");
gst_structure_set (gs,
"bpp", G_TYPE_INT, 8,
"depth", G_TYPE_INT, 8,
"width", G_TYPE_INT, width,
"height", G_TYPE_INT, height,
NULL);
I looked elsewhere for subsequent modifications, but did not find any.
From this I concluded that aravis only supports 8-bit gray.
Thanks,
Bert Douglas
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel