Commit graph

24 commits

Author SHA1 Message Date
Sebastian Dröge
890b0d64b1 Properly integrate Windows specific plugins bindings into the build system 2010-02-14 10:32:01 +01:00
Maarten Bosmans
593a106149 Some Makefile.am tweaks
Executables on Windows have a .exe extension, so don't hardcode gsts-xmlinspect in TARGETS, but let automake figure it out.
Add Makefile.in to MAINTAINERCLEANFILES.
Fix typo in glue/Makefile.am.
2009-12-06 11:16:01 +01:00
Sebastian Dröge
811784dec7 Update bindings for 0.10.25 API 2009-11-25 10:09:21 +01:00
Sebastian Dröge
80a5794fc1 Fix indention everywhere 2009-09-20 10:22:16 +02:00
Sebastian Dröge
babad9d0b4 Update gitignore 2009-09-04 06:51:43 +02:00
Sebastian Dröge
af356f46c6 Fix make distcheck 2009-09-03 10:21:50 +02:00
Sebastian Dröge
9e75855156 Fix out-of-tree builds for real now 2009-09-03 09:28:43 +02:00
Sebastian Dröge
3608f875fe Ship all required files in the tarballs and fix running of the unit test suite 2009-09-03 08:46:52 +02:00
Sebastian Dröge
aa7bb8fa1c Use internal glib-sharp copy everywhere and make it work side-by-side with real glib-sharp
glib-sharp will only get a new release with the new API that we need for
3.0 in a year or something. Instead of waiting a year before we can release
something we now have our own internal copy of glib-sharp trunk that will
be dropped once glib-sharp 3.0 is released.

Everything is now compilable and working without any additional patches.
2009-08-05 16:57:20 +02:00
Sebastian Dröge
cd3bf3502c For signals without parameters use the generic SignalHandler instead of defining a lot of empty types 2009-06-09 10:27:49 +02:00
Sebastian Dröge
8ece992223 Don't allow subclassing of element bindings
...and clean up/simplify the DynamicSignal stuff.
2009-06-05 20:59:24 +02:00
Maarten Bosmans
2ed4e4dd98 Write error messages to stderr and fix a compiler warning
Fixes bug #584209.
2009-05-30 13:42:05 +02:00
Sebastian Dröge
9fa9c1b7d8 Throw an exception if an element can't be instantiated in element bindings 2009-05-29 22:12:12 +02:00
Sebastian Dröge
acf2d55e24 Also don't include properties of the base classes from libgstbase in element bindings 2009-05-28 15:34:17 +02:00
Sebastian Dröge
5404a9565a Don't assume all properties are writeable in any case 2009-05-28 12:32:25 +02:00
Sebastian Dröge
3d6d0b2496 Also don't add properties of GstBin and GstPipeline to element bindings 2009-05-28 11:18:35 +02:00
Sebastian Dröge
e076c092d8 Add support for GValueArray 2009-05-28 11:16:25 +02:00
Sebastian Dröge
570da600b6 Add URIHandler interface implementation for the element bindings generator 2009-05-28 11:05:42 +02:00
Sebastian Dröge
8d7ee5cb44 Fix generation of enum types 2009-05-28 11:04:59 +02:00
Sebastian Dröge
961f12b863 Don't include GstElement/GstObject properties in the element bindings 2009-05-28 10:49:44 +02:00
Sebastian Dröge
35d77e9885 Add support for action signals in element bindings 2009-05-28 10:33:56 +02:00
Sebastian Dröge
daf6d826c2 Also add normal constructors instead of the static Make method in element bindings 2009-05-28 06:06:18 +02:00
Sebastian Dröge
8f450ee581 Add support for autogenerating signal code in element bindings 2009-05-27 21:37:56 +02:00
Sebastian Dröge
32ba2488a2 First try to create a code generator for element bindings 2009-05-27 15:02:57 +02:00