gstreamer/sys/decklink
Seungha Yang ba83f29cec decklinkaudiosrc: Don't assume that stream time is always valid
As per SDK doc, IDeckLinkInputCallback::VideoInputFrameArrived
method might not provide video frame and it can be null.
In that case, given stream_time can be invalid.
So, we should not try to convert GST_CLOCK_TIME_NONE
by using gst_clock_adjust_with_calibration()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2337>
2021-06-21 09:58:46 +00:00
..
linux decklink: Updated DeckLink SDK to 11.2 to support DeckLink 8K Pro 2020-10-08 20:05:03 +00:00
osx decklink: Update OSX headers with SDK 11.2 2020-10-08 20:05:03 +00:00
win decklink: Update Windows headers with SDK 11.2 2020-10-08 20:05:03 +00:00
gstdecklink.cpp decklinkvideosrc: Fix crash when mode is not specified 2021-05-06 01:37:33 +09:00
gstdecklink.h plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00
gstdecklinkaudiosink.cpp plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00
gstdecklinkaudiosink.h plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00
gstdecklinkaudiosrc.cpp decklinkaudiosrc: Don't assume that stream time is always valid 2021-06-21 09:58:46 +00:00
gstdecklinkaudiosrc.h plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00
gstdecklinkdeviceprovider.cpp plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00
gstdecklinkdeviceprovider.h plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00
gstdecklinkplugin.cpp plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00
gstdecklinkvideosink.cpp plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00
gstdecklinkvideosink.h plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00
gstdecklinkvideosrc.cpp decklinkvideosrc: Fix AFD/Bar VANC size check 2021-04-26 15:03:34 +00:00
gstdecklinkvideosrc.h decklinkvideosrc: Automatically detect widescreen vs. normal NTSC/PAL 2021-04-26 15:03:34 +00:00
meson.build plugins-sys: allow per feature registration 2021-04-09 19:23:40 +00:00