[Mplayerplug-in-devel] What are my options here? X Sync
Brought to you by:
kdekorte
|
From: Kevin D. <kde...@ya...> - 2003-01-16 20:50:17
|
I am working on a mozilla plugin that will play embedded videos using mpl= ayer.=20 So far I have things working ok. But I have some issues. I can play the first video ok, and if I wait for the video to end I and I= wait=20 a minute or so I can play another video with no problems.=20 If I try to switch videos too fast it seems that the pointers to the wind= ow=20 context are not destroyed and mozilla can't destroy the window. I'm not s= ure=20 if mozilla is hanging on to it or what...=20 But as something more interesting, the plugin also works with konqueror, = and=20 that one exhibits some weird window sizing issues if I switch videos quic= kly.=20 I think my problem is related to the NPP_SetWindow function in my code, b= ut I=20 am just stumped at this point. Kevin |