GStreamer multimedia framework
Find a file
2009-09-03 11:08:27 +02:00
doc Fix make distcheck 2009-09-03 10:21:50 +02:00
elementgen Fix make distcheck 2009-09-03 10:21:50 +02:00
generator Update internal glib-sharp copy and code generator to latest SVN trunk 2009-09-03 11:08:27 +02:00
gstreamer-sharp Update internal glib-sharp copy and code generator to latest SVN trunk 2009-09-03 11:08:27 +02:00
parser Update internal glib-sharp copy and code generator to latest SVN trunk 2009-09-03 11:08:27 +02:00
samples Make the AppSrc example work on big endian architectures too 2009-08-14 08:40:47 +02:00
source
tests Fix make distcheck 2009-09-03 10:21:50 +02:00
tools
.gitignore
AUTHORS
autogen.sh Run automake with -Wno-portability to silence even more warnings 2009-06-21 10:00:34 +02:00
ChangeLog
configure.ac Fix make distcheck 2009-09-03 10:21:50 +02:00
COPYING
gstreamer-sharp-0.10.pc.in
gstreamer-sharp.mdp
gstreamer-sharp.mds
gstreamer-sharp.snk
Makefile.am Run the testsuite when calling the check target in the toplevel Makefile 2009-09-03 08:36:38 +02:00
NEWS
README Write a nice README 2009-08-14 08:59:36 +02:00
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.14
  * GStreamer and gst-plugins-base >= 0.10.23
  * 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.