GStreamer multimedia framework
Go to file
2011-09-19 14:02:55 +02:00
doc Update docs for 0.10.28 2010-03-21 11:39:40 +01:00
elementgen Properly integrate Windows specific plugins bindings into the build system 2010-02-14 10:32:01 +01:00
generator Some Makefile.am tweaks 2009-12-06 11:16:01 +01:00
gstreamer-sharp array_len of GST_PADDING-3 should be set to 1 instead of 3 2011-09-19 14:02:55 +02:00
parser Update internal glib-sharp copy and code generator to latest SVN trunk 2009-09-03 11:08:27 +02:00
samples Init the X11 threads as first thing on X11 in the GTK sample 2010-03-21 11:37:57 +01:00
source Update API to 0.10.25.2 2010-02-01 10:44:21 +01:00
tests Don't modify hash tables while iterating over them 2010-08-23 10:54:41 +02:00
tools Add indent script for C# files 2009-04-07 11:25:09 +02:00
.gitignore Update .gitignore 2009-10-03 11:48:04 +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 Update ChangeLog, NEWS, RELEASE and version number 2009-11-25 11:19:03 +01:00
configure.ac Update bindings to 0.10.27 API 2010-02-16 11:00:59 +01: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-uninstalled.pc.in Add support for using gstreamer-sharp uninstalled 2009-10-01 09:12:52 +02:00
gstreamer-sharp-0.10.pc.in Add support for using gstreamer-sharp uninstalled 2009-10-01 09:12:52 +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 Ship RELEASE file 2009-09-16 08:51:43 +02:00
NEWS Update ChangeLog, NEWS, RELEASE and version number 2009-11-25 11:19:03 +01:00
README Update README 2009-09-16 08:52:05 +02:00
RELEASE Update ChangeLog, NEWS, RELEASE and version number 2009-11-25 11:19:03 +01: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.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.