<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">As you can see pulsesink is being picked by autoaudiosink.<br>
<br>
A way to mimic this behavior is with:<br>
gst-launch-0.10 filesrc location=Sample.mp3 ! mp3parse ! omx_mp3dec ! pulsesink<br>
</blockquote><div><br>Here again you mistaken me. I don't have any problem with gst-launch-0.10 tool <br>with out playbin(like:Command: $ gst-launch-0.10 filesrc location=Sample.mp3 ! omx_mp3dec ! omx_audiosink ).<br>
If i am using gst-launch-0.10 <br>with playbin( like:Command:$ gst-launch playbin uri=file:///Sample.mp3)<br><br>But this problem now resolved with our below suggestion.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If that doesn't work it might be because of timestamp issues in your mp3<br>
component, you can try with omx_mp3dec use-timestamps=false.<br>
<br>
If you want to use your omx_audiosink then you would probably need to<br>
give it a higher priority than autoaudiosink (you can set priorities<br>
higher than 256).</blockquote><div><br>Thanks for your suggestion. Here one more thing we have to modify. <br>ie in gstomx_audiosink.c file, function name type_base_init ( ).<br><br>original :<br> details.klass = "None";<br>
modified: <br> details.klass = "Sink/Audio";<br><br>with these changes i am able to play my audio file with playbin also. same thing is applicable for video sink also... <br><br>But still i am facing earlier same problem with totem player. But now i am able to load my render component also.<br>
So i will start debug this problem.<br><br>If you have any idea reply me.<br></div></div><br>-- <br>Thanks & Regards<br>Sriramamurti Kommanapalli<br><br>