summaryrefslogtreecommitdiff
path: root/elementgen
AgeCommit message (Expand)AuthorFilesLines
2009-09-20Fix indention everywhereSebastian Dröge2-136/+136
2009-09-04Update gitignoreSebastian Dröge1-0/+1
2009-09-03Fix make distcheckSebastian Dröge2-9/+10
2009-09-03Fix out-of-tree builds for real nowSebastian Dröge1-8/+11
2009-09-03Ship all required files in the tarballs and fix running of the unit test suiteSebastian Dröge1-1/+2
2009-08-05Use internal glib-sharp copy everywhere and make it work side-by-side with re...Sebastian Dröge1-11/+11
2009-06-09For signals without parameters use the generic SignalHandler instead of defin...Sebastian Dröge1-12/+16
2009-06-05Don't allow subclassing of element bindingsSebastian Dröge1-9/+3
2009-05-30Write error messages to stderr and fix a compiler warningMaarten Bosmans1-7/+7
2009-05-29Throw an exception if an element can't be instantiated in element bindingsSebastian Dröge1-0/+2
2009-05-28Also don't include properties of the base classes from libgstbase in element ...Sebastian Dröge1-1/+9
2009-05-28Don't assume all properties are writeable in any caseSebastian Dröge1-4/+9
2009-05-28Also don't add properties of GstBin and GstPipeline to element bindingsSebastian Dröge1-2/+4
2009-05-28Add support for GValueArraySebastian Dröge1-0/+2
2009-05-28Add URIHandler interface implementation for the element bindings generatorSebastian Dröge1-0/+56
2009-05-28Fix generation of enum typesSebastian Dröge1-1/+4
2009-05-28Don't include GstElement/GstObject properties in the element bindingsSebastian Dröge1-0/+6
2009-05-28Add support for action signals in element bindingsSebastian Dröge1-3/+31
2009-05-28Also add normal constructors instead of the static Make method in element bin...Sebastian Dröge1-0/+17
2009-05-27Add support for autogenerating signal code in element bindingsSebastian Dröge1-4/+64
2009-05-27First try to create a code generator for element bindingsSebastian Dröge9-0/+1491