<!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">
Hi fabio,<br>
I have added other 2 plugins too, now gst-inspect | grep mfw ,<br>
gst-inspect | grep mfw<br>
mfw_avidemuxer:&nbsp; mfw_avidemuxer: FSL Avi Demuxer<br>
mfw_mp4demuxer:&nbsp; mfw_mp4demuxer: freescale-mp4 demuxer plugin<br>
mfw_vpudecoder:&nbsp; mfw_vpudecoder: Freescale: Hardware (VPU) Decoder<br>
mfw_vpuencoder:&nbsp; mfw_vpuencoder: Freescale: Hardware (VPU) Encoder<br>
mfw_v4lsrc:&nbsp; mfw_v4lsrc: Freescale Video Source plug-in<br>
mfw_v4lsink:&nbsp; mfw_v4lsink: v4l_sink<br>
<br>
when i try to run a mpg video using command,<br>
gst-launch playbin uri=<a class="moz-txt-link-freetext" href="file:///mnt/nfs/Toyata_Human_Touch.mpg">file:///mnt/nfs/Toyata_Human_Touch.mpg</a><br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
** Message: don't know how to handle video/mpeg, mpegversion=(int)1,
systemstream=(boolean)false<br>
I get this error message and i am able to hear the audio.<br>
<br>
And using the u specified below, i get <br>
WARNING: erroneous pipeline: no element "mfw_vpudecoder"&nbsp; this message.<br>
<br>
can u say where is the issue and to solve it<br>
<br>
Thank for the reply and support<br>
<br>
<div class="moz-signature">
<title></title>
<font color="#996633">Regards<br>
V.Murugadoss</font><br>
</div>
<br>
<br>
Fabio Estevam wrote:
<blockquote cite="mid:225674.85060.qm@web51006.mail.re2.yahoo.com"
 type="cite">
  <pre wrap="">--- On Tue, 11/4/08, murugadoss <a class="moz-txt-link-rfc2396E" href="mailto:v.murugadoss@gdatech.co.in">&lt;v.murugadoss@gdatech.co.in&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">From: murugadoss <a class="moz-txt-link-rfc2396E" href="mailto:v.murugadoss@gdatech.co.in">&lt;v.murugadoss@gdatech.co.in&gt;</a>
Subject: Re: [gst-devel] issue in playing video
To: <a class="moz-txt-link-abbreviated" href="mailto:fabioestevam@yahoo.com">fabioestevam@yahoo.com</a>, "Discussion of the development of GStreamer" <a class="moz-txt-link-rfc2396E" href="mailto:gstreamer-devel@lists.sourceforge.net">&lt;gstreamer-devel@lists.sourceforge.net&gt;</a>
Date: Tuesday, November 4, 2008, 9:45 AM
Hi Fabio EStevam,
I have installed the packages that are given in the link
which u gave. Thank u.
I need to install mpeg2dec decoder for playing the mpeg
files, Is there any source available for it. Similarly, i
need to install few more packages.
can u say where can get these packages for i.mx27 board or
Is there any other procedure to cross compile the
packages.???

I have these following decoder in my board,
mfw_vpudecoder:  mfw_vpudecoder: Freescale: Hardware (VPU)
Decoder
annodex:  cmmldec: CMML stream decoder
mulaw:  mulawdec: Mu Law audio decoder
tta:  ttadec: TTA audio decoder
mad:  mad: mad mp3 decoder
alaw:  alawdec: A Law audio decoder
nsfdec:  nsfdec: Nsf decoder
flxdec:  flxdec: FLX audio decoder
dvdlpcmdec:  dvdlpcmdec: DVD LPCM Audio decoder

I think any of the decoder will support video. I need to
play .mpeg, .avi and few other files

Can u please help me. Meeting dealine help pls.
Thank u for the support

Regards
V.Murugadoss
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Which BSP version are you using? I suggest you to use the latest MX27 BSP (20071219) and the latest Gstreamer package for MX27 ( <a class="moz-txt-link-freetext" href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX27_CODECS&nodeId=02XPgQ82172973ZrDR&fpsp=1&tab=Design_Tools_Tab">http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX27_CODECS&amp;nodeId=02XPgQ82172973ZrDR&amp;fpsp=1&amp;tab=Design_Tools_Tab</a> )

Then click on MX27_FULL_VPU_SW_LINUX_REL3_BSP. It was posted last week.

You can also download the MX27_TEST_STREAMS file from this website.

mfw_vpudecoder is capable of decoding H264 and MPEG4. I don't see any demuxer in your list (such as mfw_avidemuxer). Remember that I mentioned that gst-inspect | grep mfw should return 6 elements. 

Use the following command line for playing an AVI file (with H264 video and MP3 audio):

gst-launch filesrc location=test.avi ! mfw_avidemuxer name=demux demux. !
mfw_vpudecoder codec-type=std_avc ! mfw_v4lsink demux. ! queue maxsize-
buffers=0 ! mad ! alsasink


MP4(MPEG4+MP3):

gst-launch filesrc location=test.mp4 ! mfw_mp4demuxer name=demux
demux. ! mfw_vpudecoder codec-type=std_mpeg4 ! mfw_v4lsink demux. !
queue max-size-buffers=0 ! mad ! alsasink

This is part of the Release Notes and I have mentioned that for you a couple of times. Have you read it?

You should enter a service request in Freescale's website: <a class="moz-txt-link-freetext" href="http://www.freescale.com/support">http://www.freescale.com/support</a> 

Regards,

Fabio Estevam




      


  </pre>
</blockquote>
</body>
</html>