commit | d5684d5b145a3eb0e23476f18669d1ffa552c5de | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <sebastian@centricular.com> | Sat Feb 25 12:37:46 2017 +0200 |
committer | Sebastian Dröge <sebastian@centricular.com> | Wed Apr 19 19:06:37 2017 +0100 |
tree | 3699329a6ee1653c30020d994c0c5e2cae52b5d4 | |
parent | 129bee3d0283b907dc26f5ab621b3b16f50ffab5 [diff] |
decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to each buffer This is basically a frame counter provided by the driver and it's advancing at the speed of the HDMI/SDI input. Having this available on each buffer allows to know what constant-framerate-based timestamp each frame is corresponding to and can be used e.g. to write out files accordingly without having the local pipeline clock timestamps used. https://bugzilla.gnome.org/show_bug.cgi?id=779213