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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 5 11:51:22 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit f06647fd0ce6ae1682426c446f9066ecdf942045
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Tue Apr 5 14:49:51 2016 +0300

    decklinkaudiosrc: Don't accept packets without timestamps after a discont

    We have no idea which timestamps they are supposed to have so the only
thing
    we can do at this point is to drop them. Packets without timestamps happen
if
    audio was captured but no corresponding video, which shouldn't happen under
    normal circumstances.

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

commit 0004920c83835fcd5c54ed1197d03d3d8117c44e
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Mon Apr 4 22:21:30 2016 +0300

    decklinkaudiosrc: Don't crash when receiving video frames but no audio

    And mark these events as disconts to reset time tracking in the audio
source.

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

commit 8abff20185211756e1a87f553c31a471b9c9744e
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Sat Aug 8 15:17:54 2015 +0100

    decklinkvideosrc: don't crash if we get NULL video frames in the callback

    For some reason we seem to sometimes get NULL video_frames in the
    ::VideoInputFrameArrived() callback, observed on Intensity Pro cards.

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

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