<!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&nbsp; 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&nbsp; 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>
&nbsp;&nbsp;&nbsp; Thanks Aurelien, it works as you said!<br>
  <br>
&nbsp;&nbsp;&nbsp; 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">&lt;<a
 moz-do-not-send="true" href="mailto:nicolas.m.zhang@gmail.com">nicolas.m.zhang@gmail.com</a>&gt;</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>&nbsp;</div>
    <div>&nbsp;&nbsp;&nbsp; Thanks. I will give it a go. I will let you know if I get
any progress.</div>
    <div>&nbsp;</div>
    <div>Eric Zhang<br>
    <br>
    </div>
    <div class="gmail_quote">2008/11/7 Aurelien Grimaud <span dir="ltr">&lt;<a
 moz-do-not-send="true" href="mailto:gstelzz@yahoo.fr" target="_blank">gstelzz@yahoo.fr</a>&gt;</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 &eacute;crit&nbsp;:
      <div>
      <blockquote type="cite">Hi, gstreamer-devel:<br>
        <br>
&nbsp;&nbsp;&nbsp; We have the same problem -- we use decodebin to play the rtsp
movies. If I use:<br>
        <br>
&nbsp;&nbsp;&nbsp; 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>
&nbsp;&nbsp;&nbsp; We got the same error info: not linked (-1)<br>
        <br>
&nbsp;&nbsp;&nbsp; If I didn't use decodebin instead of using depay &amp; decoder,
everything works well, e.g:<br>
        <br>
&nbsp;&nbsp;&nbsp; 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>
&nbsp;&nbsp;&nbsp; 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">&lt;<a moz-do-not-send="true"
 href="mailto:bisht.sudarshan@gmail.com" target="_blank">bisht.sudarshan@gmail.com</a>&gt;</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>&nbsp;&nbsp;&nbsp;&nbsp; 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">&lt;<a moz-do-not-send="true"
 href="mailto:ved.kpl@gmail.com" target="_blank">ved.kpl@gmail.com</a>&gt;</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 &lt;<a
 moz-do-not-send="true" href="mailto:v.murugadoss@gdatech.co.in"
 target="_blank">v.murugadoss@gdatech.co.in</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt; 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>
&gt; using following command,<br>
&gt;<br>
&gt; gst-launch filesrc location=Toyota.mpeg ! decodebin name=decoder
decoder. !<br>
&gt; ffmpegcolorspace ! autovideosink decoder. ! mad ! alsasink<br>
&gt;<br>
&gt; i get an error message as,<br>
&gt;<br>
&gt; Setting pipeline to PAUSED ...<br>
&gt; configure_write_channel, stream_id is 0<br>
&gt; Pipeline is PREROLLING ...<br>
&gt; ERROR: from element /pipeline0/filesrc0: Internal data flow error.<br>
&gt; Additional debug info:<br>
&gt; gstbasesrc.c(1642): gst_base_src_loop (): /pipeline0/filesrc0:<br>
&gt; streaming task paused, reason not-linked (-1)<br>
&gt; ERROR: pipeline doesn't want to preroll.<br>
&gt; Setting piphw free: SSI 1<br>
&gt; eline to NULL ...<br>
&gt; codec_reset_settings function is called<br>
&gt; Write Release Called<br>
&gt; codec_reset_settings function is called<br>
&gt; Read Release called<br>
&gt; snd_card_mxc_audio_playback_close<br>
&gt; FREEING pipeline ...<br>
&gt;<br>
&gt; If anyone have any idea about this error,please reply me.<br>
&gt;<br>
&gt; Thanks for the help<br>
&gt;<br>
&gt; --<br>
&gt; Regards<br>
&gt; V.Murugadoss<br>
&gt;<br>
            </div>
            </div>
&gt;
-------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge<br>
&gt; Build the coolest Linux based applications with Moblin SDK &amp;
win great<br>
&gt; prizes<br>
&gt; Grand prize is a trip for two to an Open Source event anywhere in
the world<br>
&gt; <a moz-do-not-send="true"
 href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/"
 target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a moz-do-not-send="true"
 href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <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>
&gt;<br>
&gt;<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 &amp; 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&amp;url=/"
 target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;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 &amp; 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&amp;url=/"
 target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;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 &amp; 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&amp;url=/"
 target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;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 &amp; 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&amp;url=/"
 target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;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 &amp; 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&amp;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>