gstreamer/gst
Jan Schmidt f77d66033d gst/gstelement.override: Release the python lock when performing GStreamer calls that might result in callbacks into ...
Original commit message from CVS:
* gst/gstelement.override:
Release the python lock when performing GStreamer calls that might
result in callbacks into python.
2007-04-13 11:26:43 +00:00
..
extend gst/extend/discoverer.py: this is a module, not a program, so don't require versions 2007-01-17 05:02:01 +00:00
.gitignore configure.ac: use AS_VERSION and AS_NANO 2006-04-01 10:07:07 +00:00
__init__.py gst/__init__.py: Implement multiplication, divison and float coercing for fractions. 2007-03-18 17:45:16 +00:00
arg-types.py Move GstIterator ArgType definition and usage for the codegenerator to gst/arg-types.py. It has nothing to do in the ... 2006-12-16 14:41:21 +00:00
base.defs gst/base.defs: Limitations in the code generator mean that we can't handle PushSrc in a way which works, so just comm... 2007-02-27 10:44:21 +00:00
common.h Implement pad query proxying so that python elements can answer pad queries. Fixes: #428299 2007-04-10 18:01:25 +00:00
gst-0.10.3.ignore configure.ac: Only require GStreamer core >= 0.10.2 2006-03-14 12:56:46 +00:00
gst-0.10.4.ignore configure.ac: Only require GStreamer core >= 0.10.2 2006-03-14 12:56:46 +00:00
gst-0.10.5.ignore configure.ac: Fixes in how we figure out what API to ignore 2006-03-24 11:07:22 +00:00
gst-0.10.6.ignore gst/gst-0.10.10.ignore: Added symbols added in 0.10.10 2006-10-20 11:33:01 +00:00
gst-0.10.7.ignore codegen/codegen.py: Also ignore pointers and boxed if they're in ignore-type. 2007-04-04 12:57:32 +00:00
gst-0.10.10.ignore Add ignore file for 0.10.12 API additions 2007-01-26 11:58:55 +00:00
gst-0.10.11.ignore Add ignore file for 0.10.12 API additions 2007-01-26 11:58:55 +00:00
gst-0.10.12.ignore Add ignore file for 0.10.12 API additions 2007-01-26 11:58:55 +00:00
gst-argtypes.c Reordering header inclusion order to fix build on my machine. 2005-10-12 11:21:53 +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.11.ignore codegen/codegen.py: Don't register interface if it is ignored 2007-01-29 12:27:46 +00:00
gst-types.defs Add ignore file for 0.10.12 API additions 2007-01-26 11:58:55 +00:00
gst.defs Add ignore file for 0.10.12 API additions 2007-01-26 11:58:55 +00:00
gst.override gst/: Fix the build for x86_64 when compiling against Python 2.5. 2007-04-04 12:22:03 +00:00
gstbase.override gst/gstbase.override: Unroll the GIL state in an error case where it was missing. 2007-04-11 09:33:37 +00:00
gstbin.override codegen/codegen.py: When chaining up to the parent class methods from python to C, we need to allow threads (i.e. rel... 2007-01-10 16:13:29 +00:00
gstbuffer.override gst/: Fix the build for x86_64 when compiling against Python 2.5. 2007-04-04 12:22:03 +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/: Fix the build for x86_64 when compiling against Python 2.5. 2007-04-04 12:22:03 +00:00
gstelement.override gst/gstelement.override: Release the python lock when performing GStreamer calls that might result in callbacks into ... 2007-04-13 11:26:43 +00:00
gstelementfactory.override gst/pygstexception.*: gst.element_factory_make should raise ElementNotFoundError. 2007-01-17 07:30:11 +00:00
gstevent.override gst/: Repeat 100 times : "I shouldn't commit patches without checking them thoroughly, especially if they come from s... 2006-07-03 14:44:20 +00:00
gstlibs.override gst/gstlibs.override: Fixes for GstController creation memleak fixes. 2006-09-22 13:21:59 +00:00
gstmessage.override gst/: Repeat 100 times : "I shouldn't commit patches without checking them thoroughly, especially if they come from s... 2006-07-03 14:44:20 +00:00
gstmodule.c gst/gst-0.10.10.ignore: Added symbols added in 0.10.10 2006-10-20 11:33:01 +00:00
gstobject.override configure.ac: fix use of PKG_CHECK_MODULES check for a pygobject of at least 2.11 for a value_from_pyobject fix 2007-01-17 06:15:33 +00:00
gstpad.override gst/gstpad.override: Release the GIL lock while executing queries in GStreamer. 2007-04-11 09:22:15 +00:00
gstquery.override gst/: Repeat 100 times : "I shouldn't commit patches without checking them thoroughly, especially if they come from s... 2006-07-03 14:44:20 +00:00
gstreamer.py gst/: fix headers 2004-09-13 07:31:31 +00:00
gststructure.override gst/: Fix the build for x86_64 when compiling against Python 2.5. 2007-04-04 12:22:03 +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 Add ignore file for 0.10.12 API additions 2007-01-26 11:58:55 +00:00
interfaces.defs gst/interfaces.defs: GstTunerChannel and GstTunerNorm are not GstObjects, only GObjects. 2007-03-25 19:02:23 +00:00
interfaces.override gst/: Fix the build for x86_64 when compiling against Python 2.5. 2007-04-04 12:22:03 +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/gst-0.10.10.ignore: Added symbols added in 0.10.10 2006-10-20 11:33:01 +00:00
Makefile.am Add ignore file for 0.10.12 API additions 2007-01-26 11:58:55 +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 gst/pygstiterator.c: Printf format fix. 2006-10-05 18:27:58 +00:00
pygstminiobject-private.h codegen/: Updated codegen to support miniobject 2005-06-26 12:35:07 +00:00
pygstminiobject.c gst/: remove the hash table for miniobjects - since we can't get notified when they get destroyed, we shouldn't be ca... 2005-10-27 08:51:20 +00:00
pygstminiobject.h gst/pygstminiobject.h: Some crack distributions do weirdo stuff with PYGIL_API_IS_BUGGY. 2006-03-02 09:40:13 +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
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
xwindowlistener.defs gst/*: Move interfaces over here, make it build, remove gstreamer.py 2004-03-15 14:25:10 +00:00