Hi, gstreamer-devel:<br><br> We have the same problem -- we use decodebin to play the rtsp movies. If I use:<br><br> gst-launch rtspsrc location="rtsp://xxxxxx" name=d d. ! decodebin ! ffmpegcolorspace ! xvimagesink d. ! decodebin ! audioconvert ! alsasink<br>
<br> We got the same error info: not linked (-1)<br><br> If I didn't use decodebin instead of using depay & decoder, everything works well, e.g:<br><br> gst-launch rtspsrc location="rtsp://xxxxxx" name=d d. ! rtph263pdepay ! ffdec_h263 ! ffmpegcolorspace ! xvimagesink d. ! rtpamrdepay ! amrnbdec ! audioconvert ! alsasink<br>
<br> P.S: The not-linked(-1) error occurs when using decodebin doesn't happen every time. Sometimes the decodebin works well. So, Is this a bug of decodebin?<br><br>Eric Zhang<br><br><div class="gmail_quote">2008/11/6 sudarshan bisht <span dir="ltr"><<a href="mailto:bisht.sudarshan@gmail.com">bisht.sudarshan@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Hi , </div>
<div> First check what all the plugins you have to demux the mpeg stream . And directly use them , dont use decodebin . <br></div>
<div class="gmail_quote">On Sat, Nov 1, 2008 at 1:08 AM, ved kpl <span dir="ltr"><<a href="mailto:ved.kpl@gmail.com" target="_blank">ved.kpl@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Hi,<br><br>Insert audioconvert after mad and try.<br><br>Ved<br>
<div>
<div></div>
<div><br>On Fri, Oct 31, 2008 at 7:25 PM, murugadoss <<a href="mailto:v.murugadoss@gdatech.co.in" target="_blank">v.murugadoss@gdatech.co.in</a>> wrote:<br>> Hi,<br>> I am working with gstreamer on <a href="http://i.mx/" target="_blank">i.mx</a> board. When i try to play a video file<br>
> using following command,<br>><br>> gst-launch filesrc location=Toyota.mpeg ! decodebin name=decoder decoder. !<br>> ffmpegcolorspace ! autovideosink decoder. ! mad ! alsasink<br>><br>> i get an error message as,<br>
><br>> Setting pipeline to PAUSED ...<br>> configure_write_channel, stream_id is 0<br>> Pipeline is PREROLLING ...<br>> ERROR: from element /pipeline0/filesrc0: Internal data flow error.<br>> Additional debug info:<br>
> gstbasesrc.c(1642): gst_base_src_loop (): /pipeline0/filesrc0:<br>> streaming task paused, reason not-linked (-1)<br>> ERROR: pipeline doesn't want to preroll.<br>> Setting piphw free: SSI 1<br>> eline to NULL ...<br>
> codec_reset_settings function is called<br>> Write Release Called<br>> codec_reset_settings function is called<br>> Read Release called<br>> snd_card_mxc_audio_playback_close<br>> FREEING pipeline ...<br>
><br>> If anyone have any idea about this error,please reply me.<br>><br>> Thanks for the help<br>><br>> --<br>> Regards<br>> V.Murugadoss<br>><br></div></div>> -------------------------------------------------------------------------<br>
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>> Build the coolest Linux based applications with Moblin SDK & win great<br>> prizes<br>> Grand prize is a trip for two to an Open Source event anywhere in the world<br>
> <a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>><br><br>-------------------------------------------------------------------------<br>This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>Build the coolest Linux based applications with Moblin SDK & win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br><a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>
_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
</blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><font color="#888888"><br>Sudarshan Bisht<br>
</font><br>-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
Build the coolest Linux based applications with Moblin SDK & win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</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>