7 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
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