Hi all,<br><br>I am using linux kernel version 23 on my Davinci board.<br>I have  set up the &quot;dvsdk_2_00_00_22&quot;. <br>The gstreamer-0..24 is cross compiled for board.<br><br>the pipeline plays well with the launchline:<br>
<br>gst-launch filesrc location=/opt/data/collateral.ts ! mpegtsdemux name=demux ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=5242880 ! viddecoder ! videosink device=/dev/fb/1 max-lateness=40000000 demux. ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=8192 ! auddec ! queue ! audiosink<br>
<br>but when I am implementing the same in C, my videosink element never reaches to PAUSED or PLAYING state. But if am playing only audio it does play well..<br><br>The same application works well with kernel version 10.<br>
<br>For kernel version 23 the file doesn&#39;t play files with only video or audio video. But if I discard video &amp; play audio for any files containing audio it plays well..<br><br>Can anyone tell me if I need to do any thing extra for kernel version 23?<br>
I would be thankful for any quick replies on the same.<br><br>Thanks,<br>Jyoti<br><br>