|
Replies:
3
-
Last Post:
Nov 24, 2009 10:59 AM
by: vinaykagarwal
|
Threads:
[
Previous
|
Next
]
|
|
|
|
|
|
Is there a way to clear video frame buffer?
Posted:
Sep 21, 2009 12:46 PM
|
|
|
Hello,
I have noticed that when a video playback is stopped and a new video is played, the last frame of the video appears on the screen (on panasonic BD35) momentarily before the new video is presented. (Since the last frame may not be an I frame, it shows up as color patches.)
Is there a way to clear video frame buffer to prevent this from happening? Thanks in advance.
Regards, Vinay Agarwal
|
|
|
|
|
|
|
Re: Is there a way to clear video frame buffer?
Posted:
Sep 21, 2009 12:57 PM
in response to: vinaykagarwal
|
|
|
Try player.deallocate().
|
|
|
|
|
|
|
|
Re: Is there a way to clear video frame buffer?
Posted:
Sep 21, 2009 1:34 PM
in response to: jkinzer
|
|
|
Thanks - it works. Vinay
|
|
|
|
|
|
|
|
Re: Is there a way to clear video frame buffer?
Posted:
Nov 24, 2009 10:59 AM
in response to: jkinzer
|
|
|
The player.deallocate() and subsequent creation seems to be (seconds) slower than changing the playlist using the playlist control. Is there another way to clear the video buffer?
|
|
|
|
|