Need some help trouble shooting SIGSEV

Aaron Boxer boxerab at gmail.com
Thu Jun 22 02:00:20 UTC 2017


I'm working on this issue

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


and all of my commits so far can be found here:

https://github.com/GrokImageCompression/gst-plugins-bad/commits/753323-mpegts-j2k



I can launch the following working pipeline :

gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! mpegtsmux
! tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink

while this pipeline gives me a SIGSEV

gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc !
jpeg2000parse ! mpegtsmux ! tsdemux ! jpeg2000parse ! openjpegdec !
videoconvert ! ximagesink

i.e. adding a jpeg2000parse element after openjpegenc causes SIGSEV.


Any advice or help in understanding and tracking down this crash would be really

appreciated.

Thanks,

Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170621/c98495fa/attachment.html>


More information about the gstreamer-devel mailing list