gstreamer/gst
Edward Hervey b07e3f3cf8 gst/: Update (hopefully) final API modifications
Original commit message from CVS:
* gst/gst-types.defs:
* gst/gst.defs:
Update (hopefully) final API modifications
* gst/gstelement.override:
* gst/gstpad.override:
* gst/gstquery.override:
Updated position querying/parsing
Removed useless debug line
* testsuite/test_element.py:
Updated test for new API
2005-10-19 17:32:29 +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/gstelement.override (_wrap_gst_element_get_state): Drop the python lock while in get_state. 2005-10-07 16:48:26 +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/common.h: cleanup 2005-10-11 12:42:53 +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/: Update (hopefully) final API modifications 2005-10-19 17:32:29 +00:00
gst.defs gst/: Update (hopefully) final API modifications 2005-10-19 17:32:29 +00:00
gst.override gst/gst-types.defs: Added GstDate boxed type 2005-10-14 17:13:08 +00:00
gstbin.override gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
gstbuffer.override gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
gstbus.override gst/: Updated to new API 2005-10-13 15:56:16 +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/: Update (hopefully) final API modifications 2005-10-19 17:32:29 +00:00
gstelementfactory.override examples/gstfile.py: misc fixes 2005-10-13 10:41:06 +00:00
gstevent.override gst/: Use PyList_SetItem() instead of PyList_Append() for faster list creation and proper python refcounting. 2005-10-13 10:58:16 +00:00
gstlibs.override gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
gstmessage.override gst/gstmessage.override: Added wrappers for parsing CLOCK_PROVIDE, CLOCK_LOST, NEW_CLOCK and 2005-10-19 15:41:31 +00:00
gstmodule.c examples/gstfile.py: misc fixes 2005-10-13 10:41:06 +00:00
gstobject.override gst/gstobject.override: Py_VISIT() might make code cleaner... but it doesn't work with python < 2.4 2005-10-13 10:51:19 +00:00
gstpad.override gst/: Update (hopefully) final API modifications 2005-10-19 17:32:29 +00:00
gstquery.override gst/: Update (hopefully) final API modifications 2005-10-19 17:32:29 +00:00
gstreamer.py gst/: fix headers 2004-09-13 07:31:31 +00:00
gststructure.override memleak fixes. Thanks valgrind :) 2005-10-06 16:58:38 +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/common.h: cleanup 2005-10-11 12:42:53 +00:00
Makefile.am gst/Makefile.am: Added pygstexception.h 2005-10-13 16:05:13 +00:00
pygstexception.c examples/gstfile.py: misc fixes 2005-10-13 10:41:06 +00:00
pygstexception.h examples/gstfile.py: misc fixes 2005-10-13 10:41:06 +00:00
pygstiterator.c gst/pygstiterator.c: Unref the return value, since the iterator refs them. 2005-10-07 16:21:22 +00:00
pygstminiobject-private.h codegen/: Updated codegen to support miniobject 2005-06-26 12:35:07 +00:00
pygstminiobject.c Reordering header inclusion order to fix build on my machine. 2005-10-12 11:21:53 +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