Skip to content

sundermann/libgstreamersharpglue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libgstreamersharpglue

To use gstreamer on Windows from .NET 3 dlls are required:

  • glib-sharp
  • gstreamer-sharp
  • libgstreamersharpglue-1.0.0

The first two dlls are managed dll which are the same on Linux and Windows. They can be compiled from the gtk-sharp and gstreamer-sharp code on a Linux system. The latter is a native library which helps glue the managed .NET interfaces with the native gstreamer interfaces. When compiling the gstreamer-sharp project, this glue is put in a Linux shared object library. This library isn't usable directly on Windows. These instructions on stackoverflow explain how the equivalent Windows dll can be created. The Visual Studio project in this repository is the result of applying the instructions and allows to create the libgstreamersharpglue dll for Windows.

The releases of this github project contain all three dlls.

About

gstreamer-sharp windows glue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%