Commit Graph

13 Commits

Author SHA1 Message Date
Joshua M. Doe
e4a308a545 fix caps to avoid videoconvert bug in 1.8 which corrupts data
Previous way of creating caps left invalid colorimetry field 0:0:0:0,
which combined with a bug present in GStreamer 1.8 led to GRAY16_LE data
being corrupted when converted to GRAY16_BE (or vice versa). Current
method will properly initialize colorimetry field, avoiding this problem
in 1.8.
2017-11-16 08:31:43 -05:00
Joshua M. Doe
bbba3dae51 build: use CMakeLists.txt instead of config.h to define plugin macros 2017-09-26 12:46:55 -04:00
Joshua M. Doe
ff8376b9d2 build: use git version info in plugins and build ZIP package 2017-08-03 10:18:51 -04:00
Joshua M. Doe
bfd9a2fcd7 saperasrc: use GST_ELEMENT_ERROR instead of just GST_ERROR_OBJECT 2016-07-26 09:01:40 -04:00
Joshua M. Doe
f129b56b2a saperasrc: reduce warnings from clang-analyzer 2016-07-01 08:48:58 -04:00
Joshua M. Doe
59a583d8c7 build: clean up CMakeLists.txt and install pdb files alongside dlls 2016-06-28 13:53:48 -04:00
Joshua M. Doe
ab63947b9c saperasrc: rename format-file to config-file for uniformity with other elements 2015-10-21 08:53:36 -04:00
Joshua M. Doe
16dbd0c915 saperasrc: add channel-extract property to get UINT16 of R, G, or B 2014-12-16 14:23:47 -05:00
Joshua M. Doe
94b387cc13 saperasrc: add server-index and resource-index properties 2014-12-16 14:22:26 -05:00
Joshua M. Doe
802e9316d2 saperasrc: add support for RGB8888 aka BGRA 8-bit 2014-12-11 15:00:10 -05:00
Joshua M. Doe
b0e396b886 saperasrc: add support for RGB888 aka BGR 8-bit 2014-12-11 14:51:06 -05:00
Joshua M. Doe
9a971a9fb3 saperasrc: run gst-indent 2014-12-11 14:48:25 -05:00
Joshua M. Doe
d7851d627f saperasrc: add new plugin for Teledyne DALSA Sapera frame grabbers 2014-12-11 14:00:24 -05:00