<pre><font size="2">try<br><br>gst-launch filesrc -v location=/video/test.mp4 ! mfw_mp4demuxer<br>name=demux demux. ! mfw_vpudecoder codec-type=std_mpeg4 ! fakesink<br><br>If it is OK, it is video sink error. Otherwise, decoder has something wrong.<br>
Also, add &quot; --gst-debug=2&quot; at the end of cmd line may print more log message.<br></font></pre><font size="2">or</font>
<pre><font size="2">gst-launch filesrc -v location=/video/test.mp4 ! mfw_mp4demuxer<br>name=demux demux. ! mfw_vpudecoder codec-type=std_mpeg4 ! mfw_v4lsink --gst-debug=<br>mfw_mp4demuxer:4,mfw_v4lsink:4<br></font></pre>
<font size="2">I am not sure it is mfw_vpudecoder and mfw_v4lsink in debug list, you can find it with<br>gst-inspect --gst-debug-help | grep vpudecoder<br></font><br><br><div class="gmail_quote">2008/12/15 Wierd O <span dir="ltr">&lt;<a href="mailto:wierdo_b@hotmail.com">wierdo_b@hotmail.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><div></div><div class="Wj3C7c">



<div>
<pre>Hi all,<br><br>I&#39;m working to make  Video streaming working on my iMX27 board and encountered this problem. <br><br>############################################################<br>mx27# gst-launch filesrc -v location=/video/test.mp4 ! mfw_mp4demuxer<br>
name=demux demux. ! mfw_vpudecoder codec-type=std_mpeg4 ! mfw_v4lsink<br>demuxi. &amp;<br>1611<br>mx27# Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>/pipeline0/mfwgstvpu_dec0.sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(int)0, height=(int)240, width=(int)320, framerate=(fraction)24999/1000<br>
/pipeline0/mfwgstvpu_dec0.sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(int)0, height=(int)240, width=(int)320, framerate=(fraction)24999/1000<br>WARNING: from element /pipeline0/demux: pads are not negotiated!<br>
Additional debug info:<br>audio pads are not negotiated!<br>/pipeline0/mfwgstvpu_dec0.src: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, num-buffers-required=(int)3<br>
<b>Unable to open /dev/v4l/video16<br>ERROR: from element /pipeline0/mfwgstvpu_dec0: fatal error<br>Additional debug info:<br>Allocation of the Frame Buffers Failed<br>ERROR: pipeline doesn&#39;t want to preroll.</b><br>Setting pipeline to NULL ...<br>
/pipeline0/mfwgstvpu_dec0.src: caps = NULL<br>/pipeline0/mfwgstvpu_dec0.sink: caps = NULL<br>/pipeline0/demux.audio/mpeg: caps = NULL<br>/pipeline0/demux.video_00: caps = NULL<br>FREEING pipeline ...<br><br><br>############################################################<br>
<br>I am trying to stream a video using imx27 but i have a problem in streaming using gstreamer.<br>The kernel I&#39;m using is the one that Freescale gives for iMX27 av.board and it&#39;s a 2.6.22 with iMX27 patches from Freescale.<br>
<br>Any kind of help is appreciated!<br><br>W.</pre><br><br><br><hr>Express yourself instantly with MSN Messenger! <a href="http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/" target="_blank">MSN Messenger</a></div>
</div></div><br>------------------------------------------------------------------------------<br>
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>
The future of the web can&#39;t happen without you. &nbsp;Join us at MIX09 to help<br>
pave the way to the Next Web now. Learn more and register at<br>
<a href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/" target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</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>