[Bug 747633] decklinkvideosrc: crash in ::VideoInputFrameArrived() callback with video_frame=NULL

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Apr 11 10:29:06 PDT 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
We could just ignore NULL frames, but why would we get NULL frames at all?

Also we can't really do anything with the audio in those cases either, because
we need to get the hardware reference clock time at the time of capture...
which we can only get from the video frame, not the audio packet.

Maybe we could send the audio with GST_CLOCK_TIME_NONE and then interpolate. If
you just ignore the audio when a NULL video frame is arrived, do you get
dropouts in the audio?

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