Hello All,
I am trying to run a video, a slideshow and a text on the same screen using SDL.
I have successfully created standalone application for the individual tasks i.e. slideshow ,text scrolling and video.
But when I integrate them, I am not able to display video whereas slideshow and scrolling text works fine.
I am using a single SDL_Surface parameter and using mutex lock/unlock to access that variable in each individual thread.
I am unable to paste the complete code due to size limitation..
Can someone help me to proceed in right direction..?