<br><br><div class="gmail_quote">On Fri, Jan 8, 2010 at 5:38 AM, Emma Brightman <span dir="ltr">&lt;<a href="mailto:emma.brightman@gmail.com">emma.brightman@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi, all<br><br>I am using gstreamer to transcode all files in a playlist to a big  flv file. <br>I got a crash error after finishing the first clip (EOS received)  and start to transcode the second clip.<br><br><br>what happened was: <br>


<br>the decoder decoded something for the second clip and then call &quot; gst_pad_push()&quot; to transfer the data to the flv muxer,<br>the flv muxer then call function gst_flv_mux_audio_pad_setcaps() to set the capability.<br>


The program crashed in this function because the returned <br> cpad = GstFlvPad*) gst_pad_get_element_private(pad) <br>was null.<br><br>can someone tell me what could the problem be? how could I fix it.<br></blockquote><div>

<br></div><div>You can use gdb for getting a full stack trace and attach it to a bug in <a href="http://bugzilla.gnome.org">bugzilla.gnome.org</a>.</div><div><br></div><div>G_DEBUG=fatal_warnings gdb --args yourprogram</div>

<div><br></div><div>and then make it crash, after that, enter the &#39;bt&#39; command and copy its output in the bug.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>many thanks<br><font color="#888888">
<br>Emma<br>   <br>
</font><br>------------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Verizon Developer Community<br>
Take advantage of Verizon&#39;s best-in-class app development support<br>
A streamlined, 14 day to market process makes app distribution fast and easy<br>
Join now and get one step closer to millions of Verizon customers<br>
<a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a> <br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Thiago Sousa Santos<br>