GStreamer multimedia framework
Find a file
Sebastian Dröge 0ec40a54ee Update docs
2009-11-25 10:09:27 +01:00
doc Update docs 2009-11-25 10:09:27 +01:00
elementgen Update bindings for 0.10.25 API 2009-11-25 10:09:21 +01:00
generator Update code generator from gtk-sharp trunk 2009-11-25 08:10:39 +01:00
gstreamer-sharp Update plugin bindings, remove playbin/decodebin bindings and add ximagesink bindings 2009-11-25 10:09:27 +01:00
parser Update internal glib-sharp copy and code generator to latest SVN trunk 2009-09-03 11:08:27 +02:00
samples If GTK 2.18 is used, make sure that the DrawingArea has a native window attached 2009-11-25 08:16:05 +01:00
source First step of adding gstpbutils bindings 2009-10-03 09:29:45 +02:00
tests Fix unit test that uses the ByteReader 2009-10-02 15:49:05 +02:00
tools
.gitignore Update .gitignore 2009-10-03 11:48:04 +02:00
AUTHORS
autogen.sh Run automake with -Wno-portability to silence even more warnings 2009-06-21 10:00:34 +02:00
ChangeLog Update ChangeLog and NEWS 2009-09-16 09:03:03 +02:00
configure.ac Update bindings for 0.10.25 API 2009-11-25 10:09:21 +01:00
COPYING
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
gstreamer-sharp.mds
gstreamer-sharp.snk
Makefile.am Ship RELEASE file 2009-09-16 08:51:43 +02:00
NEWS Update ChangeLog and NEWS 2009-09-16 09:03:03 +02:00
README Update README 2009-09-16 08:52:05 +02:00
RELEASE Update RELEASE 2009-09-16 12:04:47 +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.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.