[gst-devel] play list crashing issue
Emma Brightman
emma.brightman at gmail.com
Fri Jan 8 08:38:01 CET 2010
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.
many thanks
Emma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100108/9a2eec62/attachment.htm>
More information about the gstreamer-devel
mailing list