Usage of GStreamer Application Framework with .NET (forums for application development in Gstreamer with .NET front end)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Usage of GStreamer Application Framework with .NET (forums for application development in Gstreamer with .NET front end)

vivekr
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.