|
We are trying to develop an application that uses C++ dll,
with GStreamer functions such as the GST_Init (NULL,NULL).
The native dll is implemented and exported to .NET code through the
implements native dll function. The code crashes in the GST_Init function,
even after assigning, particular values for each of the individual arguments
in the GST_Init function. Kindly throw some light on GStreamer based dll implementation
and its usage in .NET front end application.
|