GStreamer multimedia framework
Find a file
Sebastian Dröge b499d3c0b2 Fix dllmaps
2010-01-04 10:11:48 +01:00
doc
elementgen Some Makefile.am tweaks 2009-12-06 11:16:01 +01:00
generator Some Makefile.am tweaks 2009-12-06 11:16:01 +01:00
gstreamer-sharp Fix dllmaps 2010-01-04 10:11:48 +01:00
parser
samples Restore the simple Message.ParseTag overload 2009-12-10 10:44:36 +01:00
source
tests Some Makefile.am tweaks 2009-12-06 11:16:01 +01:00
tools
.gitignore
AUTHORS
autogen.sh
ChangeLog
configure.ac Post release version bump 2010-01-04 10:03:10 +01:00
COPYING
gstreamer-sharp-0.10-uninstalled.pc.in
gstreamer-sharp-0.10.pc.in
gstreamer-sharp.mdp
gstreamer-sharp.mds
gstreamer-sharp.snk
Makefile.am
NEWS
README
RELEASE
TODO

gstreamer-sharp are the C#/CLI bindings for GStreamer.

It's currently at a early state of development and the API
might still change slightly in incompatible ways until
the first stable release 0.10.0.

There are bindings for the complete GStreamer core and some
of the GStreamer libraries.

For building the bindings you need:
  * Mono 2.4 or MS .NET 2.0 or higher
  * GLib >= 2.18
  * GStreamer and gst-plugins-base >= 0.10.24
  * Optionally GTK# >= 2.12 and Mono.Cairo for the samples
  * Optionally nunit >= 2.4 for the unit tests

Note that the Gst.GLib namespace contains complete GLib bindings
but only for convinience reasons. Once a new glib-sharp was released
with everything that is needed for gstreamer-sharp this namespace
will be removed and a dependency on glib-sharp will be added.