<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I have attached the list of plugin available in my board(pleas find in
the aatchment). can anyone say me which will be the best combination
for playing video.<br>
presently, i use <br>
gst-launch playbin uri=<a class="moz-txt-link-freetext" href="file:///Toyato.mpg">file:///Toyato.mpg</a> <br>
in this i hear only the audio and no video is displayed.<br>
for any other command it display an error message ( error message is
displayed in previous mail given below)<br>
Any idea ill be more helpful.<br>
Thank u<br>
<div class="moz-signature">
<title></title>
<font color="#996633">Regards<br>
V.Murugadoss</font><br>
</div>
<br>
<br>
Eric Zhang wrote:
<blockquote
cite="mid:bd9246050811091858q68b12a20jb5f1a7cb41fbd014@mail.gmail.com"
type="cite">Hi, Aurelien:<br>
<br>
Thanks Aurelien, it works as you said!<br>
<br>
So could you explain a little bit why we should add this extra
capsfilter to make decodebin works? Thanks a lot.<br>
<br>
Eric Zhang<br>
<br>
<div class="gmail_quote">2008/11/7 Eric Zhang <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:nicolas.m.zhang@gmail.com">nicolas.m.zhang@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, Aurelien:</div>
<div> </div>
<div> Thanks. I will give it a go. I will let you know if I get
any progress.</div>
<div> </div>
<div>Eric Zhang<br>
<br>
</div>
<div class="gmail_quote">2008/11/7 Aurelien Grimaud <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:gstelzz@yahoo.fr" target="_blank">gstelzz@yahoo.fr</a>></span>
<div>
<div class="Wj3C7c"><br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
<div text="#000000" bgcolor="#ffffff">Eric Zhang a écrit :
<div>
<blockquote type="cite">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=<a moz-do-not-send="true">"rtsp://xxxxxx"</a>
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=<a moz-do-not-send="true">"rtsp://xxxxxx"</a>
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>
</blockquote>
</div>
Try and use capsfilter to distinguish between your audio and your video
branch for gst-launch to link to propers decodebin.<br>
e.g : rtspsrc ! "application/x-rtp, media=video" ! decodebin !
ffmpegcolorspace ! xvimagesink<br>
<font color="#888888"><br>
Aurelien<br>
</font>
<blockquote type="cite">
<div>
<div>Eric Zhang<br>
<br>
<div class="gmail_quote">2008/11/6 sudarshan bisht <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:bisht.sudarshan@gmail.com" target="_blank">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 moz-do-not-send="true"
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><br>
On Fri, Oct 31, 2008 at 7:25 PM, murugadoss <<a
moz-do-not-send="true" 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 moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
> <a moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
<a moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
<a moz-do-not-send="true"
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>
</div>
</div>
<pre><hr size="4" width="90%"><div>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
<a moz-do-not-send="true"
href="http://moblin-contest.org/redirect.php?banner_id=100&url=/"
target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a></div></pre>
<div>
<pre><hr size="4" width="90%">
_______________________________________________
gstreamer-devel mailing list
<a moz-do-not-send="true"
href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>
<a moz-do-not-send="true"
href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel"
target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
</pre>
</div>
</blockquote>
<br>
</div>
<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 moz-do-not-send="true"
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 moz-do-not-send="true"
href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
<a moz-do-not-send="true"
href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel"
target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
</blockquote>
</div>
</div>
</div>
<br>
</blockquote>
<!-- yyy::X-Propel-ID:gP3j08ba2XB0::zzz --></div>
<br>
<pre wrap="">
<hr size="4" width="90%">
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
<a class="moz-txt-link-freetext" href="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a></pre>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
</body>
</html>