GStreamer multimedia framework
Go to file
2009-10-03 11:48:04 +02:00
doc Update docs 2009-10-03 11:47:36 +02:00
elementgen Fix indention everywhere 2009-09-20 10:22:16 +02:00
generator Add hack to the codegenerator to handle "owned-in-call-scope" functionality to virtual methods 2009-09-23 08:20:59 +02:00
gstreamer-sharp Finish PbUtils bindings 2009-10-03 11:43: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 Improve debugging in the gtk-video-player sample and set force-aspect-ratio to TRUE if available 2009-10-03 10:14:44 +02: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 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 and NEWS 2009-09-16 09:03:03 +02:00
configure.ac Add support for using gstreamer-sharp uninstalled 2009-10-01 09:12:52 +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-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 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.