gstreamer/sys/decklink
Vivia Nikolaidou a3a7d2e0ff decklink: Detect gaps on incoming stream times, issue warnings
When we receive a video or audio buffer, we calculate the next stream
time based on the current stream time + buffer duration. If the next
buffer's stream time is after that, we issue a warning.

This happens because the stream time incoming from Decklink should be
really constant and without gaps. If there is a gap, it means that
something went wrong, e.g. the internal buffer pool is empty (too many
buffers queued up downstream).

https://bugzilla.gnome.org/show_bug.cgi?id=781776
2018-01-04 15:43:17 +02:00
..
linux decklink: Update to SDK 10.8 2016-09-26 16:39:18 +03:00
osx decklink: Update to SDK 10.8 2016-09-26 16:39:18 +03:00
win decklink: Add "extern C" forward declaration for CreateDeckLinkIteratorInstance() 2017-01-31 14:56:34 +02:00
gstdecklink.cpp decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSink 2017-12-14 10:37:20 +02:00
gstdecklink.h decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSink 2017-12-14 10:37:20 +02:00
gstdecklinkaudiosink.cpp decklinkaudiosink: Start audio pre-rolling if the output is not started yet in render() 2017-12-14 10:37:20 +02:00
gstdecklinkaudiosink.h decklinkaudiosink: Implement resampling/buffer reversing for trick-modes 2017-12-14 10:37:20 +02:00
gstdecklinkaudiosrc.cpp decklink: Detect gaps on incoming stream times, issue warnings 2018-01-04 15:43:17 +02:00
gstdecklinkaudiosrc.h decklink: Detect gaps on incoming stream times, issue warnings 2018-01-04 15:43:17 +02:00
gstdecklinkvideosink.cpp decklinkvideosink: Only start if both sinks are set to PLAYING already 2017-12-14 10:37:20 +02:00
gstdecklinkvideosink.h decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSink 2017-12-14 10:37:20 +02:00
gstdecklinkvideosrc.cpp decklink: Detect gaps on incoming stream times, issue warnings 2018-01-04 15:43:17 +02:00
gstdecklinkvideosrc.h decklink: Detect gaps on incoming stream times, issue warnings 2018-01-04 15:43:17 +02:00
Makefile.am decklink: Add autotools support on Windows 2017-07-14 17:21:13 +05:30
meson.build decklink: Fix linking on MinGW 2017-05-05 17:49:22 +05:30