Hi<br><br>I have been able to build mpeg4 plugin code taken from opal cvs. Its PluginCodec Definition has defined it as type PluginCodec_H323Codec_nonStandard.<br>I have changed it to PluginCodec_H323Codec_generic and compiled it.
<br><br>Should mpeg4 capability be added as generic or non-standard? What is the difference between two?<br><br> My application is loading the dll perfectly fine now but the capabilities are not being added because of the following reasons:
<br><br>1.) Generic and non-standard video capabilties require <font face="Verdana" size="2"><i>h323CapabilityData(last member in PluginCodec_Definition) to point to generic capability data info. This has not been defined in  opal plugin code.
<br><br>2.) H323Capability *CreateGenericVideoCap() is checking for PluginCodec_H323GenericCodecData in </i></font><font face="Verdana" size="2"><i>PluginCodec_Definition and it is null currently ,so capability is not created
<br><br></i>Can someone help me in how to define generic capability data and what all information it needs? I have recognized the structures in opalplugins.h but don't know how to fill them with suitable values for mpeg4 plugin.
<br><br>Please help<br><br>Thanks<br></font><font face="Verdana" size="2"><i></i></font><font face="Verdana" size="2"><i><br> </i></font>