Hi,
When i try to play a video Url via CVideoPlayerUtility in FP2 emulator, it crashes.
I am able to run the same application on FP1 emulator and FP2 device as well.
Is there any known issue?
Thanks,
Digish
Hi,
When i try to play a video Url via CVideoPlayerUtility in FP2 emulator, it crashes.
I am able to run the same application on FP1 emulator and FP2 device as well.
Is there any known issue?
Thanks,
Digish
try finding out on which line of code it is crashing.
Thanks god there is someone who is answering. . .
This crashes in the callback MvpuoPrepareComplete(). I mean after completition of this API, it seems crashed. This API returns error code showing that KErrAborted.
As soon as I print this log to file, immediately it crashes.
Thanks,
Digish
as MvpuoPrepareComplete is a pure virtual function, the problem is in your code MvpuoPrepareComplete implementation .