<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 22, 2017 at 9:16 AM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas@ndufresne.ca" target="_blank">nicolas@ndufresne.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le mercredi 21 juin 2017 à 22:00 -0400, Aaron Boxer a écrit :<br>
> I can launch the following working pipeline :<br>
><br>
> gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! mpegtsmux<br>
> ! tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink<br>
><br>
> while this pipeline gives me a SIGSEV<br>
><br>
> gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc !<br>
> jpeg2000parse ! mpegtsmux ! tsdemux ! jpeg2000parse ! openjpegdec !<br>
> videoconvert ! ximagesink<br>
><br>
> i.e. adding a jpeg2000parse element after openjpegenc causes SIGSEV.<br>
><br>
><br>
> Any advice or help in understanding and tracking down this crash<br>
> would be really<br>
> appreciated.<br>
<br>
</span>Run in GDB, and look at the backtrace.<br></blockquote><div><br></div><div>Thanks, fixed the problem - trying to handle a null string from caps.<br></div><br></div><br></div></div>