<div dir="ltr"><div>I'm working on this issue  <br><br><a href="https://bugzilla.gnome.org/show_bug.cgi?id=753323">https://bugzilla.gnome.org/show_bug.cgi?id=753323</a><br><br><br>and all of my commits so far can be found here: <br><br><a href="https://github.com/GrokImageCompression/gst-plugins-bad/commits/753323-mpegts-j2k">https://github.com/GrokImageCompression/gst-plugins-bad/commits/753323-mpegts-j2k</a><br><br><br><br></div>I can launch the following working pipeline :<br><br><pre class="gmail-bz_comment_text" id="gmail-comment_text_91">gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! mpegtsmux ! tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink<br><br></pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_91">while this pipeline gives me a SIGSEV<br><br>gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! jpeg2000parse ! mpegtsmux ! tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink<br><br></pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_91">i.e. adding a jpeg2000parse element after openjpegenc causes SIGSEV.<br><br><br></pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_91">Any advice or help in understanding and tracking down this crash would be really<br></pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_91">appreciated.<br><br></pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_91">Thanks,<br></pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_91">Aaron<br></pre></div>