Hi Felipe,<br><br>First of all Thanks for your supppot on my Audio playback.<br>Now i started to work on Video component. Here i am facing some problems. I need your support for solving these issues.<br><br>I am working presently on <b>H264 decoder component </b>and<b> Video_Render</b> component.<br>

as i told you, i have my above openmax related components.<br>So i integrated my components with Gstreamer openmax code.<br><br>Here i am facing some Issues.<br><br>1. <b>gst-launch-0.10 filesrc location=/home/sample_iPod.m4v ! qtdemux ! omx_aacdec ! omx_audiosink</b><br>
<br>&nbsp;<b>&nbsp;&nbsp; Observations:</b> Audio Play back is fine.<br><br>2. <b>gst-launch-0.10 filesrc location=/home/sample_iPod.m4v ! qtdemux ! omx_h264dec ! omx_videosink</b><br>
<br>&nbsp;<b>&nbsp;&nbsp; Observations:</b> Display color changes to Dark green for few seconds and execution terminates. <br><br>3.<b>gst-launch-0.10 filesrc location=/home/sample_iPod.m4v ! qtdemux name=demux {demux.audio_00 ! queue ! omx_aacdec ! omx_audiosink }&nbsp; {demux.video_00 ! queue ! omx_h264dec ! omx_videosink }</b><br>
<br>&nbsp;<b>&nbsp;&nbsp; Observations:</b> It is hanging at handle_event() function in&nbsp; gst_bask_sink.c .<br><br>4. <b>gst-launch-0.10 playbin uri=file:///home/sample_iPod.m4v</b><br><br>&nbsp;<b>&nbsp;&nbsp; Observations</b>: Audio Play back is fine. But during audio play back no video on my display. Display color changes to Dark green&nbsp;&nbsp;&nbsp; <br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; throughout the audio playback. once audio completes execution terminates properly.<br><br>These are the different observation from my decoder and render components.<br><br>On the other and i replaced the video decoder component<b> omx_h264dec with ffdec_h264</b> in above commands. Here i am adding those observations also.<br>
<br>2. <b>gst-launch-0.10 filesrc location=/home/sample_iPod.m4v ! qtdemux !&nbsp; ffdec_h264 ! omx_videosink</b><br>

<br>
<b>&nbsp;&nbsp;&nbsp; Observations: </b>Able to see the output on my display with 80% clarity. Some bluer images also coming, but Video play back is fine. <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at the end , file execution terminates properly.<br>
<br>
3.<b>gst-launch-0.10 filesrc location=/home/sample_iPod.m4v ! qtdemux
name=demux {demux.audio_00 ! queue ! omx_aacdec ! omx_audiosink }&nbsp;
{demux.video_00 ! queue !&nbsp; ffdec_h264 ! omx_videosink }</b><br>
<br>
<b>&nbsp;&nbsp; Observations:</b> Here also Video play back is same like above. And audio also fine but some disturbances are <a href="http://coming.at">coming.at</a> the end, file <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; execution terminates properly.<br>
<br>Additional info: 1. I am using gst-openmax-0.10.0.4 only. No tunneling added.&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. During video rendering self-&gt;x_scale &amp;
y_scale are coming as 0&#39;s. So for know i commented that setconfig call.<br>
<br><br>So these are my first cut observations. With these can you able to tell whats going wrong with my decoder component. Let me know if need any other information.<br clear="all"><br>-- <br>Thanks &amp; Regards<br>
Sriramamurti Kommanapalli<br><br>