GStreamer multimedia framework
Find a file
2009-08-14 09:01:34 +02:00
doc Use internal glib-sharp copy everywhere and make it work side-by-side with real glib-sharp 2009-08-05 16:57:20 +02:00
elementgen Use internal glib-sharp copy everywhere and make it work side-by-side with real glib-sharp 2009-08-05 16:57:20 +02:00
generator Update code generator and glib-sharp diffs 2009-08-05 17:42:12 +02:00
gstreamer-sharp Change GLib.* to Gst.GLib.* and register managed GTypes with a different name prefix 2009-08-09 09:58:50 +02:00
parser Fix gapi2xml.pl to accept nested namespaces 2009-06-05 21:09:40 +02:00
samples Make the AppSrc example work on big endian architectures too 2009-08-14 08:40:47 +02:00
source Add bindings for libgstapp 2009-06-05 21:26:46 +02:00
tests Fix test compilation 2009-08-08 07:41:47 +02:00
tools Add indent script for C# files 2009-04-07 11:25:09 +02:00
.gitignore Add some more patterns to .gitignore 2009-05-28 10:37:37 +02:00
AUTHORS Update/Cleanup of the build system 2009-04-07 09:45:54 +02:00
autogen.sh Run automake with -Wno-portability to silence even more warnings 2009-06-21 10:00:34 +02:00
ChangeLog Add files required by automake/autoconf 2009-04-07 09:46:39 +02:00
configure.ac Allow to use real nunit instead of mono-nunit and prefer it 2009-08-14 08:56:58 +02:00
COPYING Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
gstreamer-sharp-0.10.pc.in Add a Requires for glib-sharp-2.0 to the pkg-config file 2009-04-07 11:30:49 +02:00
gstreamer-sharp.mdp 2006-07-13 Aaron Bockover <aaron@abock.org> 2006-07-13 16:16:51 +00:00
gstreamer-sharp.mds 2006-07-12 Aaron Bockover <aaron@abock.org> 2006-07-12 21:49:32 +00:00
gstreamer-sharp.snk Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
Makefile.am Add generator to SUBDIRS 2009-08-14 09:01:34 +02:00
NEWS Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
README Write a nice README 2009-08-14 08:59:36 +02:00
TODO Update TODO 2009-05-30 13:03:14 +02:00

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.