codegen/: Updated codegen to support miniobject
authorEdward Hervey <bilboed@bilboed.com>
Sun, 26 Jun 2005 12:36:24 +0000 (12:36 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Sun, 26 Jun 2005 12:36:24 +0000 (12:36 +0000)
commitfebd74992df7b3024c042e066b72128c5f16fa4a
tree733c0ec76959e6ef8a80df7910343b5fcd506f39
parent038f11fafb3a0c72ec4e10248a774fd5375c5c21
codegen/: Updated codegen to support miniobject

Original commit message from CVS:
* codegen/argtypes.py:
* codegen/codegen.py:
* codegen/definitions.py:
* codegen/defsparser.py:
* codegen/defsconvert.py:
* codegen/docgen.py:
Updated codegen to support miniobject
* gst/Makefile.am:
Use the included (and modified) codegen for code generation.
* gst/pygstminiobject.c:
* gst/pygstminiobject.h:
* gst/pygstminiobject-private.h:
New GstMiniObject inspired from pygobject.[ch] code
* gst/common.h:
* gst/gst-types.defs:
* gst/gst.override:
* gst/gstbuffer.override:
* gst/gstcaps.override:
* gst/gstmodule.c:
* gst/gstpad.override:
Modifications to support MiniObject
* gst/gst.defs:
Allow null second parameter for ElementFactory.create()
and gst.element_factory_make()
ChangeLog
codegen/defsconvert.py