Hi all,
I am using DM816x with kernel 2.6.37, my application is basically switching between videos (playback) using gstreamer. It runs properly even for weeks, however, I am seeing that at some point after 2 days, the transition between videos is slower.
Let's say that it starts doing the switch in 500ms but after 2 days it is taking 29s to switch, however when the video plays it keeps the framerate properly, I suppose that is because the video decoding is being done by the coprocessor and not the ARM which is running linux. Also now that the transition is slower the ARM hits 100% of usage. Do you know about any kernel tuning/parameter that could be causing this kind of problem?
Thanks for your help,
-David