josh
Guest
|
Posted:
Sat Sep 18, 2004 1:21 am Post subject:
Video DSP plugin with WMP 10 |
|
|
I made video dsp plugin using windows media player 9 sdk.
It worked fine with WMP 9 series.
I upgraded my WMP 9 to 10.
It's still showing my plugin in Tool's Plugin section.
But it doesn't work.
So I upgraded sdk to windows media player 10 series sdk.
I first made a default video dsp plugin in windows media player SDK wizard.
It didn't work, too.
I found what is causing this problem.
WMP 10 is calling destructor of plugin right after calling constructor.
It's also showing the same problem in my plugin.
Is this a bug in WMP 10 series sdk? or my system's problem?
I tried this on my friend's PC, but same symptom.
If WMP 10 calls destructor of video dsp plugin after constructor,
how can my video dsp plug work?
Doesn't WMP 10 have backward compatiblity with WMP 9 series video dsp
plugin?
Can anybody help about this?
|
|