gstreamer/gst
Edward Hervey f4d65bd143 gst/pygstminiobject.c: Dooh, PyGstMiniObject doesn't need cyclic garbage collection !
Original commit message from CVS:
* gst/pygstminiobject.c:
Dooh, PyGstMiniObject doesn't need cyclic garbage collection !
Bye, bye Python refcounting (and refcounting bugs).
2005-10-06 10:51:55 +00:00
..
extend move over some of the extend stuff that I want to use right now 2005-10-04 14:59:07 +00:00
.gitignore gst/Makefile.am: Move the gstplay bindings over here 2004-03-16 18:42:00 +00:00
__init__.py gst/__init__.py: only pygtk.require if pygtk wasn't imported yet 2005-10-05 09:02:19 +00:00
arg-types.py Added 'keeprefcount' argument for function/method parameters in order to cope with functions/methods that decrement t... 2005-10-05 13:48:21 +00:00
common.h gst/: add/move some code to handle wrapping/refcounting of possible 2005-09-28 12:17:29 +00:00
gst-argtypes.c gst/: Let's split up gst.override, 2005-09-28 14:34:52 +00:00
gst-extrafuncs.defs gst/: Let's split up gst.override, 2005-09-28 14:34:52 +00:00
gst-types.defs add gst.Caps.__refcount__ 2005-10-05 17:18:32 +00:00
gst.defs gst/gst.defs: gst.Bin constructor can take no arguments 2005-10-05 21:50:43 +00:00
gst.override but use python: category for debugging from python code 2005-10-06 09:10:14 +00:00
gstbin.override gst/: deprecate add_many/remove_many, fold into add/remove 2005-09-30 15:23:15 +00:00
gstbuffer.override gst/gstbuffer.override: a buffer is not a boxed 2005-10-05 14:26:24 +00:00
gstbus.override Updated definitions, wrapper and testsuite for changes in GstBus API 2005-09-29 13:56:03 +00:00
gstcaps.override add gst.Caps.__refcount__ 2005-10-05 17:18:32 +00:00
gstelement.override fix version numbers 2005-10-04 08:17:25 +00:00
gstevent.override gst/: Remove dead code 2005-09-28 15:19:44 +00:00
gstlibs.override gst/: Proper wrapping of GstController 2005-09-29 15:42:31 +00:00
gstmessage.override codegen/argtypes.py: Proper handling of 'caller-owns-return' for miniobjects 2005-09-28 10:58:50 +00:00
gstmodule.c snakes are green 2005-10-06 09:49:58 +00:00
gstobject.override gst/gstobject.override: don't try and unref objects that are already finalizing 2005-10-05 16:19:13 +00:00
gstpad.override gst/gstobject.override: don't try and unref objects that are already finalizing 2005-10-05 16:19:13 +00:00
gstquery.override codegen/argtypes.py: Proper handling of 'caller-owns-return' for miniobjects 2005-09-28 10:58:50 +00:00
gstreamer.py gst/: fix headers 2004-09-13 07:31:31 +00:00
gststructure.override gst/gst.defs: Updated definitions 2005-09-29 09:58:25 +00:00
gsttaglist.override gst/: Let's split up gst.override, 2005-09-28 14:34:52 +00:00
interfaces.defs gst/interfaces.defs (MixerTrack): MixerTrack is a GObject. How did this ever work before? 2005-08-19 16:10:37 +00:00
interfaces.override gst/: add/move some code to handle wrapping/refcounting of possible 2005-09-28 12:17:29 +00:00
interfacesmodule.c testsuite/Makefile.am (check-local): distcheck fixes 2004-03-17 12:41:08 +00:00
libs.defs gst/: Updated definitions 2005-09-28 17:08:11 +00:00
Makefile.am move over some of the extend stuff that I want to use right now 2005-10-04 14:59:07 +00:00
pygstminiobject-private.h codegen/: Updated codegen to support miniobject 2005-06-26 12:35:07 +00:00
pygstminiobject.c gst/pygstminiobject.c: Dooh, PyGstMiniObject doesn't need cyclic garbage collection ! 2005-10-06 10:51:55 +00:00
pygstminiobject.h codegen/argtypes.py: Proper handling of 'caller-owns-return' for miniobjects 2005-09-28 10:58:50 +00:00
pygstobject.c make sure we use the debug category 2005-10-05 10:29:32 +00:00
pygstobject.h gst/: add/move some code to handle wrapping/refcounting of possible 2005-09-28 12:17:29 +00:00
pygstvalue.c gst/pygstvalue.c: FixedList -> Array 2005-07-20 18:06:10 +00:00
pygstvalue.h Backport from 0.8 branch and added new .defs file from GStreamer 0.9 2005-06-17 10:59:47 +00:00
xoverlay.defs gst/*: Move interfaces over here, make it build, remove gstreamer.py 2004-03-15 14:25:10 +00:00
xoverlay.override It seems that, somewhere along the way, I forgot to make sure interfaces were binded too :) 2005-07-23 14:54:02 +00:00
xwindowlistener.defs gst/*: Move interfaces over here, make it build, remove gstreamer.py 2004-03-15 14:25:10 +00:00