I don't understand. I update my source code again just yet.<br><br>From the code, if USE_IOMX is defined, "libiomx.so" is the only dll in the ppsz_dll_list.<br>if USE_IOMX is not defined, there are 3 candidates in the ppsz_dll_list. ("libOMX_Core.so", "libOmxCore.so", "libomxil-bellagio.so")<br>
Neither of them contain libiomx-gingerbread.so.<br><br>And on my device, I found USE_IOMX is defined.<br><br>Even I add libiomx-gingerbread.so in front of libiomx.so in the ppsz_dll_list, <br>and  libiomx-gingerbread.so is chosen, pf_component_enum() still returns  OMX_ErrorNoMore at index 0;<br>
<br>Is there any code difference between git server and yours?<br>Or Is there any special build configuration? I use the default compile.sh synced from git.<br><br>Another question is that how could I check my device has OMX components and not only software
decoders?<br>Do you mean that there are tools to check or I should check the device source code?<br><br>Thank you!<br><br>Best regards,<br>Scott<br><br><div class="gmail_quote">2012/3/30 Rafaël Carré <span dir="ltr"><<a href="mailto:funman@videolan.org">funman@videolan.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 2012-03-29 00:56, ScottLin a écrit :<br>
<div class="im">> The code is synced yesterday and I already uncommented OMXIL_EXTRA_DEBUG.<br>
><br>
> with OMXIL_EXTRA_DEBUG, it would shows more info about the buffer status.<br>
> But since omx decoder is not chosen at the 1st place, there is no such<br>
> message in the log.<br>
><br>
> Any other info could I provide?<br>
<br>
</div>I was confused by:<br>
03-29 12:22:00.116: W/vlc(5203): choose dll:libiomx.so<br>
<br>
which I expected to be libiomx-ics.so or libiomx-gingerbread.so<br>
<br>
In any case it means omx decoder is chosen but doesn't find a OMX component.<br>
My version lists all the components present, please check again that<br>
you're using vlc.git from today.<br>
<br>
Also make sure your device has OMX components and not only software<br>
decoders.<br>
<div><div></div><div class="h5">_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>