decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to each...
authorSebastian Dröge <sebastian@centricular.com>
Sat, 25 Feb 2017 10:37:46 +0000 (12:37 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 19 Apr 2017 18:06:37 +0000 (19:06 +0100)
commitd5684d5b145a3eb0e23476f18669d1ffa552c5de
tree3699329a6ee1653c30020d994c0c5e2cae52b5d4
parent129bee3d0283b907dc26f5ab621b3b16f50ffab5
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
sys/decklink/gstdecklinkaudiosrc.cpp
sys/decklink/gstdecklinkvideosrc.cpp