[Bug 792042] decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame is missing

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Dec 30 09:26:18 UTC 2017


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #366075|none                        |needs-work
             status|                            |

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

::: sys/decklink/gstdecklinkaudiosrc.cpp
@@ +709,3 @@
   self->processed += sample_count;
+  if (self->expected_stream_time != GST_CLOCK_TIME_NONE
+      && p.stream_timestamp == GST_CLOCK_TIME_NONE && !p.no_signal) {

The same should also happen if there is no signal. There's not really any
difference here for timestamps

@@ +716,3 @@
+  }
+  if (self->last_hardware_time != GST_CLOCK_TIME_NONE
+      && p.hardware_timestamp == GST_CLOCK_TIME_NONE && !p.no_signal) {

Same

-- 
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