gstreamer/gst
Jan Schmidt 9f217d259f gst/Makefile.am: Explicitly export _PyGObject_API from our modules, as it's apparently needed for import. Previously ...
Original commit message from CVS:
* gst/Makefile.am:
Explicitly export _PyGObject_API from our modules, as it's apparently
needed for import. Previously we implicitly relied on a bug in the
core providing --export-dynamic as a link flag.
2006-09-28 10:03:22 +00:00
..
extend gst/extend/Makefile.am: Forgot to add 3 previous files to the Makefile so they get installed. 2006-09-12 11:16:08 +00:00
.gitignore configure.ac: use AS_VERSION and AS_NANO 2006-04-01 10:07:07 +00:00
__init__.py Fix #357310 2006-09-23 10:43:18 +00:00
arg-types.py gst/arg-types.py: Caps used as arguments of virtual methods should keep their initial refcount when calling the pytho... 2006-04-28 17:35:26 +00:00
base.defs gst/: Update for API additions. 2006-06-09 10:12:16 +00:00
common.h Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +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 Added ignore file for core 0.10.7 2006-05-19 08:48:22 +00:00
gst-0.10.7.ignore gst/: Update for API additions. 2006-06-09 10:12:16 +00:00
gst-0.10.10.ignore gst/gst-0.10.10.ignore: API addition 2006-08-31 14:03:44 +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-types.defs gst/gst-types.defs: Added fields for GstPadTemplate. 2006-06-14 10:00:32 +00:00
gst.defs gst/gst-0.10.10.ignore: API addition 2006-08-31 14:03:44 +00:00
gst.override gst/gst.override: We don't own a reference on the elements contained in the list returned by gst_xml_get_topelements(). 2006-08-29 10:05:40 +00:00
gstbase.override gst/: Update for API additions. 2006-06-09 10:12:16 +00:00
gstbin.override Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +00:00
gstbuffer.override gst/common.h: cleanup 2005-10-11 12:42:53 +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: new caps should be freed on dealloc... 2005-10-06 15:03:40 +00:00
gstelement.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
gstelementfactory.override Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +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/gstmodule.c: Added gst.BUFFER_OFFSET_NONE for proper (guint64) -1 conversion between python and C. 2006-07-05 11:35:12 +00:00
gstobject.override Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +00:00
gstpad.override gst/gstmessage.override: State change is a list and not a tuple 2006-07-03 09:31:26 +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/: Don't leak PyObjects wrapping GValues when indexing into a 2006-03-06 16:24:53 +00:00
gsttaglist.override gst/gsttaglist.override: Return tag value if present more than once (instead of exactly once). 2006-04-10 14:47:19 +00:00
gstversion.override.in Add new ignore for 0.10.10 API additions 2006-07-18 15:33:41 +00:00
interfaces.defs gst/arg-types.py: GstMiniObject used as virtual methods parameters should be unreffed before calling the method and t... 2006-04-28 15:07:41 +00:00
interfaces.override Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +00:00
interfacesmodule.c testsuite/Makefile.am (check-local): distcheck fixes 2004-03-17 12:41:08 +00:00
libs.defs gst/libs.defs: Add definition for GstParamFlags, extension of the GParamFlags. 2006-09-10 08:53:26 +00:00
Makefile.am gst/Makefile.am: Explicitly export _PyGObject_API from our modules, as it's apparently needed for import. Previously ... 2006-09-28 10:03:22 +00:00
pygstexception.c add gst.QueryError and use it 2005-10-27 09:51:18 +00:00
pygstexception.h add gst.QueryError and use it 2005-10-27 09:51:18 +00:00
pygstiterator.c Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +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/: Added FractionRange type 2005-11-22 14:15:03 +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