GNOME Bugzilla – Bug 796030
decklink: Crash with closed-captions signal and 10-bit input
Last modified: 2018-05-11 14:42:15 UTC
gdb --args ./gst/master/gstreamer/tools/.libs/gst-launch-1.0 decklinkvideosrc output-cc=true mode=12 video-format=2 ! queue ! fakesink [...] Thread 4 "decklinkvideosr" received signal SIGSEGV, Segmentation fault.
+ Trace 238609
Thread 140737152808704 (LWP 2273)
commit 31aafdbea55586edd0c40d651232ea983e256f8b (HEAD -> master, dev/master) Author: Vivia Nikolaidou <vivia@ahiru.eu> Date: Fri May 11 17:39:35 2018 +0300 decklink: Fix crash with closed-captions signal and 10-bit input Only free the parser if there is one. If the format hadn't changed but had always been 10-bit, there might genuinely be no parser. https://bugzilla.gnome.org/show_bug.cgi?id=796030