Below two lines in pvplayer.cfg indicates that there are two different interface ids for the same libopencore_mp4localreg.so
(0x1d4769f0,0xca0c,0x11dc,0x95,0xff,0x08,0x00,0x20,0x0c,0x9a, 0x66),"libopencore_mp4localreg.so" (0x6d3413a0,0xca0c,0x11dc,0x95,0xff,0x08,0x00,0x20,0x0c,0x9a, 0x66),"libopencore_mp4localreg.so" why do we have difference interface ids for the same libopencore_mp4localreg.so in the pvplayer.cfg? On Jun 11, 6:13 pm, Freepine <[email protected]> wrote: > so did your recognizer get executed before mp4 recognizer? > > > > On Thu, Jun 11, 2009 at 8:31 PM, Dev <[email protected]> wrote: > > > I tried that option. I had put avi recognizer before the mp4 recognizer in > > pvplayer.cfg but the results seems to the same. It still picks up mp4 > > recognizer for .avi file playback. > > > On Thu, Jun 11, 2009 at 5:42 PM, Freepine <[email protected]> wrote: > > >> If you don't want to modify mp4 recognizer plugin to ignore avi files, > >> perhaps you can try to register avi recognizer plugin before mp4 > >> recognizer. > >> (e.g. put avi on top of mp4 items in pvplayer.cfg file). > > >> On Wed, Jun 10, 2009 at 1:48 PM, Devaraj <[email protected]> wrote: > > >>> Thanks to both Freepine and Ravi for ur suggestions. > >>> I am getting the logs from the mp4 recognizer plugin. > > >>> I have one more query, I have both AVI and MP4 recognizer plugins in > >>> place. > >>> when I tried playing .avi and .mp4 files it is picking up the MP4 > >>> recognizer plugin in both the cases. > >>> It is not picking up .avi recognizer plugin when I play the .avi file. > >>> Why is this so? Anything that I need to change in my code so that it > >>> picks up the avi recognizer plugin while playing the .avi file. > > >>> Thanks again. > > >>> On Jun 9, 5:45 pm, Freepine <[email protected]> wrote: > >>> > #define LOG_NDEBUG 0 > >>> > is required to enable LOGV. > > >>> > On Tue, Jun 9, 2009 at 8:38 PM, Dev <[email protected]> wrote: > >>> > > Hi, > > >>> > > I have added the logs using android macros LOGV(""); directly. > > >>> > > Thanks and Regards, > >>> > > -Devaraj > > >>> > > On Tue, Jun 9, 2009 at 5:56 PM, Freepine <[email protected]> wrote: > > >>> > >> How did you add the logs into mp4 recognizer? By printf? Or using > >>> android > >>> > >> marco(e.g LOGE) directly? If you were using PV logging mechnism, did > >>> you > >>> > >> get a logger object first? > >>> > >> e.g. > >>> > >> iLogger = PVLogger::GetLoggerObject("PVPlayerEngine"); > > >>> > >> It would be helpful if you pasted your code snippet. > > >>> > >> On Tue, Jun 9, 2009 at 8:14 PM, Devaraj <[email protected]> > >>> wrote: > > >>> > >>> Hi All, > > >>> > >>> I have added few prints in the pvmp4ffrecognizer module source > >>> files. > >>> > >>> when I ran a .mp4 file playback use case and collected the traces. > >>> > >>> I could not find the traces that I have added. > >>> > >>> I strongly doubt that during the .mp4 file playback none of the > >>> > >>> functions from the pvmp4ffrecognizer module is getting called. > >>> > >>> I am using an android media player application to run the .mp4 > >>> file. > >>> > >>> Is my understanding correct? > >>> > >>> If so, without executing the mp4 recognizer how is it able to play > >>> > >>> the .mp4 file? > > >>> > >>> Thanks and Regards, > >>> > >>> -Devaraj- Hide quoted text - > > >>> > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
