On Fri, Mar 03, 2006 at 04:48:15PM +0530, Hemant Kumar, Noida-1 wrote:
> Hello all
> 
> I want to display video data on two surfaces simultaneously. Is there
> some way out? Actually I am able to play a video on a window surface and
> also have implemented the seek capability but I am able to display the
> slider movement only on the video window surface .so I created another
> window having the same properties as window playing video and tried to
> blit the slider image onto it for every frame callback but instead there
> is some type of flicker in the slider window region and image of slider
> is not visible at all whereas it moves quite clearly on the surface of
> video window.
>   So I thought may be there is some issue with my slider window creation
> so blitted the video data on its surface also but no video comes on this
> surface in spite of the fact that both slider window and video window
> are created using the same function so cant we diplay video data on two
> window surface simultaneously?

Did you remember to Flip() both surfaces?

-- 
Ville Syrjälä
[EMAIL PROTECTED]
http://www.sci.fi/~syrjala/

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to