[Bug 781776] decklink: Detect gaps on incoming stream times, issue warnings

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 12 09:53:52 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781776

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 351428:
 --> (https://bugzilla.gnome.org/review?bug=781776&attachment=351428)

::: sys/decklink/gstdecklinkaudiosrc.cpp
@@ +673,3 @@

+  // Detect gaps in stream time
+  start_stream_time = p.stream_timestamp;

This can be GST_CLOCK_TIME_NONE, if the audio packet came without a
corresponding video packet. In which case you should assume that it has the
expected time.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list