gstreamer/gst
Edward Hervey 0ce8abe73d gst/gst.defs: When using gst.Element.send_event() and gst.Pad.send_event() we keep a refcount on the sent event.
Original commit message from CVS:
* gst/gst.defs:
When using gst.Element.send_event() and gst.Pad.send_event() we keep
a refcount on the sent event.
* testsuite/test_event.py:
Uncomment test to prove above fix
2006-02-01 14:19:55 +00:00
..
extend install in pyexecdir as well 2005-12-22 15:56:41 +00:00
.gitignore gst/Makefile.am: Move the gstplay bindings over here 2004-03-16 18:42:00 +00:00
__init__.py Link against Gst Data protocol libraries. 2006-01-30 12:57:02 +00:00
arg-types.py gst/arg-types.py: This covers for the codegenerator not being able to handle (unsigned) int64 as parameters and retur... 2005-12-09 13:06:43 +00:00
base.defs gst/base.defs: Revert guint8* to gchar* modifications for the adapter 2006-01-09 11:42:25 +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/gst-types.defs: Added GstStaticCaps and GstStaticPadTemplate, using the new GType. 2005-12-20 11:15:50 +00:00
gst.defs gst/gst.defs: When using gst.Element.send_event() and gst.Pad.send_event() we keep a refcount on the sent event. 2006-02-01 14:19:55 +00:00
gst.override First step at wrapping base elements in gst-python 2006-01-01 21:18:28 +00:00
gstbin.override gst/gstbin.override (_wrap_gst_bin_get_by_name): Dude, like totally don't unref NULL objects. 2005-10-20 11:37:04 +00:00
gstbuffer.override gst/common.h: cleanup 2005-10-11 12:42:53 +00:00
gstbus.override gst/gstbus.override (_wrap_gst_bus_add_watch): This function incorrectly returned self, which was causing the message... 2005-12-19 17:49:30 +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/gstelement.override: So apparently 0 != O :) 2005-11-04 18:30:47 +00:00
gstelementfactory.override gst/gst-types.defs: Added GstStaticCaps and GstStaticPadTemplate, using the new GType. 2005-12-20 11:15:50 +00:00
gstevent.override gst/gst.override: ignore gst_plugin_get_module, GModule aren't wrapped in pygtk anyway. 2005-12-18 18:15:57 +00:00
gstlibs.override gst/gstlibs.override: GstController : don't use values that are now in non-public API. 2006-01-13 17:40:09 +00:00
gstmessage.override gst/gstmessage.override: Fix for memleak 2005-12-07 14:41:37 +00:00
gstmodule.c gst/gstmodule.c: Added GST_TAG_* string constants 2005-11-10 12:48:49 +00:00
gstobject.override closure visiting should be LOG 2005-11-21 19:51:45 +00:00
gstpad.override gst/gstpad.override (handle_event_function_exception) 2005-12-16 14:47:12 +00:00
gstquery.override gst/gst.defs: Update for API changes 2005-11-29 17:25:54 +00:00
gstreamer.py gst/: fix headers 2004-09-13 07:31:31 +00:00
gststructure.override gst/gststructure.override: Properly check for gstvalue data types. This makes it possible to set fields with fractions. 2006-01-08 12:26:35 +00:00
gsttaglist.override gst/gst.defs: gst_object_sink is a method of GstObject const of enums is a stupidity (_element_make_from_uri) 2005-12-18 17:20:12 +00:00
interfaces.defs gst/interfaces.defs: Update for Interfaces API changes 2005-11-23 10:21:34 +00:00
interfaces.override gst/gst.defs: gst_object_sink is a method of GstObject const of enums is a stupidity (_element_make_from_uri) 2005-12-18 17:20:12 +00:00
interfacesmodule.c testsuite/Makefile.am (check-local): distcheck fixes 2004-03-17 12:41:08 +00:00
libs.defs gst/: Properly wrap the gst_dp_* functions (cast gchar* to guint8*). 2005-12-19 10:45:45 +00:00
Makefile.am Link against Gst Data protocol libraries. 2006-01-30 12:57:02 +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 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 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 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/: 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