I'm not familiar with the mplayerplug-in codebase, but it looks to me
like all that may be needed is to implement CanPlay(void),
CanPause(void) and CanStop(void), each returning NS_OK, e.g. adding to
Source/nsScriptablePeer.cpp code of the form:
NS_IMETHODIMP nsScriptablePeer::CanPause(void)
{
return NS_OK;
}
I lack the resources / time to try this at present, but as I said am
more than happy to test this.
--
can't stop play of realaudio stream in embedded mplayer plugin
https://bugs.launchpad.net/bugs/174808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs