gstreamer/codegen
Thomas Vander Stichele 5768672390 gst/: add/move some code to handle wrapping/refcounting of possible
Original commit message from CVS:
* gst/Makefile.am:
* gst/common.h:
* gst/pygstobject.c: (pygstobject_sink), (pygstobject_new),
(pygst_object_unref):
* gst/pygstobject.h:
* gst/gstmodule.c: (init_gst):
add/move some code to handle wrapping/refcounting of possible
GstObject
* codegen/argtypes.py:
* gst/gstbin.override:
* gst/gstbus.override:
* gst/gstelement.override:
* gst/gstpad.override:
* gst/interfaces.override:
use this reffing code
* gst/gst-types.defs:
* gst/gst.override:
add a __gstrefcount__ field to GstObject types
add tp_traverse, tp_dealloc and tp_clear, so we handle refcounting
properly related to garbage collection
* testsuite/test_element.py:
* testsuite/test_pad.py:
add more tests, add some refcount checks
2005-09-28 12:17:29 +00:00
..
.gitignore configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00
__init__.py configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00
argtypes.py gst/: add/move some code to handle wrapping/refcounting of possible 2005-09-28 12:17:29 +00:00
code-coverage.py configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00
codegen.py codegen/: Updates from pygtk's codegen and typo fix 2005-08-08 13:47:14 +00:00
definitions.py codegen/: Backport pygtk 2.6.2 codegen 2005-06-26 13:59:34 +00:00
defsconvert.py codegen/: Updated codegen to support miniobject 2005-06-26 12:36:24 +00:00
defsparser.py codegen/: Backport pygtk 2.6.2 codegen 2005-06-26 13:59:34 +00:00
docextract.py configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00
docextract_to_xml.py configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00
docgen.py codegen/: Updated codegen to support miniobject 2005-06-26 12:35:07 +00:00
h2def.py codegen/: Backport pygtk 2.6.2 codegen 2005-06-26 13:59:34 +00:00
mergedefs.py codegen/: Backport pygtk 2.6.2 codegen 2005-06-26 13:59:34 +00:00
missingdefs.py configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00
mkskel.py configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00
override.py configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00
reversewrapper.py codegen/: Backport pygtk 2.6.2 codegen 2005-06-26 13:59:34 +00:00
scmexpr.py configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00