GStreamer multimedia framework
Find a file
Maarten Bosmans e53329406a Avoid some warnings when parsing the xml.
The warnings where mainly about usage of ellipsis type arguments.
For most of the functions hidden by this patch there was already an
alternative, for the params[] Caps constructor custom code is added.

Fixes bug #584913.
2009-06-09 10:42:21 +02:00
doc Update docs 2009-06-06 13:18:16 +02:00
elementgen For signals without parameters use the generic SignalHandler instead of defining a lot of empty types 2009-06-09 10:27:49 +02:00
generator Fix marshalling of null terminated string arrays as return values 2009-06-03 21:10:57 +02:00
gstreamer-sharp Avoid some warnings when parsing the xml. 2009-06-09 10:42:21 +02:00
parser Fix gapi2xml.pl to accept nested namespaces 2009-06-05 21:09:40 +02:00
samples Don't allow subclassing of element bindings 2009-06-05 20:59:24 +02:00
source Add bindings for libgstapp 2009-06-05 21:26:46 +02:00
tests Make tests and samples compile again 2009-04-14 13:42:24 +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 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
ChangeLog Add files required by automake/autoconf 2009-04-07 09:46:39 +02:00
configure.ac Update build dependencies and add a copy of the gtk-sharp parser from trunk 2009-05-28 10:19:19 +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 support for autogenerating signal code in element bindings 2009-05-27 21:37:56 +02:00
NEWS Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
README We require mono >= 2.4 now, update README 2009-05-28 10:50:23 +02:00
TODO Update TODO 2009-05-30 13:03:14 +02:00

To build this Gtk# from trunk is required and the following patches:

http://bugzilla.novell.com/show_bug.cgi?id=497667
http://bugzilla.novell.com/show_bug.cgi?id=499900