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
f0481289d8 run gst-indent 2017-09-26 12:48:36 -04: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
59a583d8c7 build: clean up CMakeLists.txt and install pdb files alongside dlls 2016-06-28 13:53:48 -04:00
Joshua M. Doe
69a1db6b2f edtpdvsrc: fix build 2015-10-21 08:44:11 -04:00
Joshua M. Doe
000fab6c14 edtpdvsrc: make number of ring buffers configurable 2014-01-24 10:03:14 -05:00
Joshua M. Doe
1b8582aaea edtpdvsrc: call timeout_restart after timeout 2014-01-24 10:03:13 -05:00
Joshua M. Doe
b7e5bcbc9a edtpdvsrc: copy row by row when stride isn't a multiple of 4 2014-01-24 10:03:13 -05:00
Joshua M. Doe
2357ea369f edtpdvsrc: add config-file property 2014-01-24 10:03:13 -05:00
Joshua M. Doe
da31713498 edtpdvsrc: create source for EDT PDV frame grabbers 2014-01-24 10:03:13 -05:00
Joshua M. Doe
d6ee23cdf7 edtpdvsink: untested port to 1.0 2014-01-24 10:03:08 -05:00
Joshua M. Doe
8f7e8f76e0 edt: add new element edtpdvsink for EDT Camera Link simulator
Very basic support. Simulator must be configured with clsiminit for now.
2014-01-24 10:03:02 -05:00