Which test application are you using? (i) pvplayer_engine_test, or
(ii) a mediaplayer test, or (iii) your own test app?

(i) As I mentioned earlier, this test app. guesses the format type
based on the file extension. So, a .mp4 file is set the format type
accordingly. If you want to force the "recognition", rename the file
extension to .xyz.

(ii) If you have proper logs, it should definitely show up.

(iii) Good luck.

-Ravi

On Jun 9, 7:45 am, 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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to