After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 766015 - decklinkvideosr seg fault
decklinkvideosr seg fault
Status: RESOLVED DUPLICATE of bug 747633
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.8.0
Other Linux
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-05 07:02 UTC by carl
Modified: 2016-05-05 07:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description carl 2016-05-05 07:02:32 UTC
It takes about 5 min, and after 3 or 4 times paying attention, seems always about 5 min.

gdb --args \
  gst-launch-1.0 \
            decklinkvideosrc mode=18 connection=2 ! \
		videoconvert ! \
                videorate ! \
                videoscale ! \
            video/x-raw,format=I420,width=1280,height=720,framerate=30000/1001,pixel-aspect-ratio=1/1 ! \
mux. \
            decklinkaudiosrc ! \
            audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 ! \
     mux. \
            matroskamux name=mux ! \
                 tcpclientsink host=127.0.0.1 port=10000 \

juser@cnt3:~$ ./g.sh 
GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from gst-launch-1.0...Reading symbols from /usr/lib/debug/.build-id/7f/218224d9efb937a9b838739ff5134d786f27c6.debug...done.
done.
(gdb) run
Starting program: /usr/bin/gst-launch-1.0 decklinkvideosrc mode=18 connection=2 \! videoconvert \! videorate \! videoscale \! video/x-raw,format=I420,width=1280,height=720,framerate=30000/1001,pixel-aspect-ratio=1/1 \! mux. decklinkaudiosrc \! audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 \! mux. matroskamux name=mux \! tcpclientsink host=127.0.0.1 port=10000
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Setting pipeline to PAUSED ...
[New Thread 0x7ffff019c700 (LWP 19542)]
[New Thread 0x7fffef99b700 (LWP 19543)]
[New Thread 0x7fffef19a700 (LWP 19544)]
Pipeline is live and does not need PREROLL ...
[New Thread 0x7fffee999700 (LWP 19545)]
Setting pipeline to PLAYING ...
New clock: GstDecklinkInputClock
[New Thread 0x7fffee198700 (LWP 19546)]
[New Thread 0x7fffd74b8700 (LWP 19547)]
[Thread 0x7fffd74b8700 (LWP 19547) exited]

Thread 6 "decklinkvideosr" received signal SIGSEGV, Segmentation fault.

Thread 140737188038400 (LWP 19546)

  • #0 gst_decklink_audio_src_got_packet
    at gstdecklinkaudiosrc.cpp line 450
  • #1 GStreamerDecklinkInputCallback::VideoInputFrameArrived
    at gstdecklink.cpp line 577
  • #2 CDeckLinkInput::inputFrameArrivalCallack()
    from /usr/lib/libDeckLinkAPI.so
  • #3 CDeckLink::DriverNotificationThreadFunction(void*)
    from /usr/lib/libDeckLinkAPI.so
  • #4 start_thread
    at pthread_create.c line 333
  • #5 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 109

Comment 1 Sebastian Dröge (slomo) 2016-05-05 07:08:55 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed in the code repository.

*** This bug has been marked as a duplicate of bug 747633 ***