gstreamer/gst
Edward Hervey 9291aa202f GstMiniObject: Re-increment the C refcount after using a miniobject.
This behaviour is symmetrical to what we do at the very beginning (incrementing
the Python refcount of the wrapper object and decrementing the C refcount of the
actual object).
2009-02-09 13:54:44 +01:00
..
extend pep-8 cleanups 2008-11-23 12:31:42 +00:00
.gitignore Ignore new auto-generated .c files 2009-01-30 08:59:07 +01:00
__init__.py gst/__init__.py: Add gst.Fourcc.__eq__ and gst.Fourcc.__ne__. 2008-12-09 14:30:43 +00:00
arg-types.py GstMiniObject: Re-increment the C refcount after using a miniobject. 2009-02-09 13:54:44 +01:00
audio.defs Wrap gst-plugins-base's audio helper library. 2008-12-31 12:01:02 +00:00
audio.override Wrap gst-plugins-base's audio helper library. 2008-12-31 12:01:02 +00:00
audiomodule.c Wrap gst-plugins-base's audio helper library. 2008-12-31 12:01:02 +00:00
base.defs gst/: Add GstBaseTransform::transform_size virtual. 2008-11-08 12:16:31 +00:00
common.h gst/: Fix double-import issues on macosx. 2008-06-26 14:57:29 +00:00
gst-0.10.13.ignore gst/gst-0.10.12.ignore: Add more API additions that weren't explicit in the release notes. 2007-06-08 16:06:10 +00:00
gst-0.10.14.ignore gst/gst-0.10.11.ignore: GstDataQueue was added in gstreamer-0.10.11 2007-07-30 11:39:08 +00:00
gst-0.10.15.ignore gst/: Add gstdebugutils.[ch] methods that weren't wrapped previously. 2008-08-11 16:40:45 +00:00
gst-0.10.16.ignore Series of update for new API added to 0.10.16. 2008-01-14 12:44:06 +00:00
gst-0.10.18.ignore update upstream API changes 2008-07-02 11:23:39 +00:00
gst-0.10.20.ignore Updated core API additions 2008-12-30 19:20:31 +00:00
gst-0.10.21.ignore Add API additions for upcoming 0.10.21 core release 2008-09-09 10:41:27 +00:00
gst-0.10.22.ignore Updated core API additions 2008-12-30 19:20:31 +00:00
gst-argtypes.c Reordering header inclusion order to fix build on my machine. 2005-10-12 11:21:53 +00:00
gst-disable-loadsave.ignore gst/gst-disable-loadsave.ignore: Override more when having now xml. 2007-07-20 08:50:18 +00:00
gst-extrafuncs.defs gst/gst-extrafuncs.defs (flags, set_flag, unset_flag): Fix for core updates. 2005-10-12 16:05:15 +00:00
gst-pb-0.10.14.ignore Adding version overrides for new core/base releases. 2007-07-28 14:22:49 +00:00
gst-pb-0.10.16.ignore Series of update for new API added to 0.10.16. 2008-01-14 12:44:06 +00:00
gst-pb-0.10.18.ignore update upstream API changes 2008-07-02 11:23:39 +00:00
gst-types.defs gst/: Wrap more GstIndexEntry methods and properties. 2009-01-02 21:46:30 +00:00
gst.defs gst/: Wrap more GstIndexEntry methods and properties. 2009-01-02 21:46:30 +00:00
gst.override gst/: Wrap more GstIndexEntry methods and properties. 2009-01-02 21:46:30 +00:00
gstbase.override gst/: Add GstBaseTransform::transform_size virtual. 2008-11-08 12:16:31 +00:00
gstbin.override gst/gstbin.override: Release the GIL in GstBin overrides. 2007-04-19 15:43:16 +00:00
gstbuffer.override gst/gstbuffer.override: the GstBuffer overrides seem to be confused about whether they're mini-objects or a GBoxed, a... 2008-06-27 08:39:37 +00:00
gstbus.override Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +00:00
gstcaps.override gst/gstcaps.override: Override gst_caps_append_structure() and make a copy of the structure given as argument. 2008-08-26 15:58:15 +00:00
gstelement.override Re-opens #530417 2008-06-13 11:11:38 +00:00
gstelementfactory.override gst/gstelementfactory.override: Release GIL in gst_element_factory_overrides. 2008-04-28 10:36:10 +00:00
gstevent.override gst/gstevent.override: gst_event_new_tag takes ownership of the GstTagList given as argument, therefore make a copy b... 2008-05-26 10:20:06 +00:00
gstlibs.override gst/gstlibs.override: Fixes for GstController creation memleak fixes. 2006-09-22 13:21:59 +00:00
gstmessage.override gst/: Adding new API additions 2007-07-28 14:26:54 +00:00
gstmodule.c gst/: Fix double-import issues on macosx. 2008-06-26 14:57:29 +00:00
gstobject.override gst/gstobject.override: Release the GIL when calling gst_object_get_path_string() since it can cause deadlocks with n... 2007-10-13 16:32:52 +00:00
gstpad.override gst/gstpad.override: Fix memory leak for functions that return a newly created buffer as a function argument. 2008-12-06 15:52:31 +00:00
gstquery.override Updating ignores for API additions 2007-06-08 15:16:08 +00:00
gstreamer.py gst/: fix headers 2004-09-13 07:31:31 +00:00
gststructure.override gst/gststructure.override: Don't leak key names in _wrap_gst_structure_keys. 2009-01-05 11:05:32 +00:00
gsttaglist.override gst/: Fix the build for x86_64 when compiling against Python 2.5. 2007-04-04 12:22:03 +00:00
gstversion.override.in Updated core API additions 2008-12-30 19:20:31 +00:00
interfaces.defs update upstream API changes 2008-07-02 11:23:39 +00:00
interfaces.override gst/: Fix double-import issues on macosx. 2008-06-26 14:57:29 +00:00
interfacesmodule.c gst/interfacesmodule.c: initialize pygobject in the gst.interfaces modules. The absence of it causes segfaults on Sol... 2007-03-01 13:47:12 +00:00
libs.defs gst/: Update API definitions for GStreamer core and gst-plugins-base. 2007-10-09 16:17:28 +00:00
Makefile.am Wrap gst-plugins-base's tag helper library. 2008-12-31 13:32:58 +00:00
pbutils.defs gst/Makefile.am: gst.pbutils also needs to handle miniobjects 2008-01-11 16:30:45 +00:00
pbutils.override gst/: Fix double-import issues on macosx. 2008-06-26 14:57:29 +00:00
pbutilsmodule.c gst/Makefile.am: gst.pbutils also needs to handle miniobjects 2008-01-11 16:30:45 +00:00
pygstexception.c gst/pygstexception.*: gst.element_factory_make should raise ElementNotFoundError. 2007-01-17 07:30:11 +00:00
pygstexception.h gst/pygstexception.*: gst.element_factory_make should raise ElementNotFoundError. 2007-01-17 07:30:11 +00:00
pygstiterator.c Raise an Exception when wrapping a NULL GstIterator. 2009-01-08 12:25:26 +00:00
pygstminiobject-private.h codegen/: Updated codegen to support miniobject 2005-06-26 12:35:07 +00:00
pygstminiobject.c gst/: Fix double-import issues on macosx. 2008-06-26 14:57:29 +00:00
pygstminiobject.h gst/: Fix double-import issues on macosx. 2008-06-26 14:57:29 +00:00
pygstvalue.c gst/__init__.py: Added __eq__ method to fractions so we can check if two fractions are equal. 2007-03-01 14:21:52 +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
tag.defs Wrap gst-plugins-base's tag helper library. 2008-12-31 13:32:58 +00:00
tag.override Wrap gst-plugins-base's tag helper library. 2008-12-31 13:32:58 +00:00
tagmodule.c Wrap gst-plugins-base's tag helper library. 2008-12-31 13:32:58 +00:00
video.defs Wrap gst-plugins-base's video helper library. 2008-12-31 13:06:58 +00:00
video.override Wrap gst-plugins-base's video helper library. 2008-12-31 13:06:58 +00:00
videomodule.c Wrap gst-plugins-base's video helper library. 2008-12-31 13:06:58 +00:00
xoverlay.defs gst/xoverlay.defs: Update for API changes in XOverlay interface 2005-11-22 00:02:14 +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