Hi, I've written my own MPEG-4 decoder component and having issues when the associated .cfg file is being read. I get the following error:
E/PV ( 828): PVLOG:TID(0xca690):Time=42:OsclLibraryList::Populate '/system/etc/ mymp4.cfg' IN E/PV ( 828): PVLOG:TID(0xca690):Time=44:OsclLibraryList::Populate - Found a (, reading uuid E/PV ( 828): PVLOG:TID(0xca690):Time=45:OsclLibraryList::Populate - uuid not a match, skipping line E/PV ( 828): PVLOG:TID(0xca690):Time=46:OsclLibraryList::Populate, Didn't find any DLL for the OsclUuid As for the UUID, I just got a new one from the web. The mymp4.cfg file looks like this: (0x8b98b3b0,0x51c2,0x11df,0x98,0x79,0x08,0x00,0x20,0x0c,0x9a, 0x66),"libomx_mymp4dec_sharedlibrary.so" & I have an entry in pv_omxcore.h as: #define PV_OMX_MYMP4DEC_UUID OsclUuid(0x8b98b3b0,0x51c2,0x11df, 0x98,0x79,0x08,0x00,0x20,0x0c,0x9a,0x66) All this is similar to the software decoder, but I'm not sure what else I've missed. Any clues? Is there any other association that I need to establish between the decoder dll & the UUID? Thanks HV -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting