[gst-devel] play list crashing issue
thiagossantos at gmail.com
thiagossantos at gmail.com
Fri Jan 8 12:17:27 CET 2010
On Fri, Jan 8, 2010 at 5:38 AM, Emma Brightman <emma.brightman at gmail.com>wrote:
> Hi, all
>
> I am using gstreamer to transcode all files in a playlist to a big flv
> file.
> I got a crash error after finishing the first clip (EOS received) and
> start to transcode the second clip.
>
>
> what happened was:
>
> the decoder decoded something for the second clip and then call "
> gst_pad_push()" to transfer the data to the flv muxer,
> the flv muxer then call function gst_flv_mux_audio_pad_setcaps() to set the
> capability.
> The program crashed in this function because the returned
> cpad = GstFlvPad*) gst_pad_get_element_private(pad)
> was null.
>
> can someone tell me what could the problem be? how could I fix it.
>
You can use gdb for getting a full stack trace and attach it to a bug in
bugzilla.gnome.org.
G_DEBUG=fatal_warnings gdb --args yourprogram
and then make it crash, after that, enter the 'bt' command and copy its
output in the bug.
>
> many thanks
>
> Emma
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
--
Thiago Sousa Santos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100108/b0b5aa58/attachment.htm>
More information about the gstreamer-devel
mailing list