gst/pygstminiobject.c: thread safe handling of mini-objects
authorEdward Hervey <bilboed@bilboed.com>
Tue, 28 Jun 2005 18:07:35 +0000 (18:07 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 28 Jun 2005 18:07:35 +0000 (18:07 +0000)
commitb35b212bf8d848ba8c97c727b1d47ece0c79b025
treece53e2e085906ae15b622d6ea8f7180956e5b998
parent835f29e2bb7496e3d87438bcc0755d0a49a38cb5
gst/pygstminiobject.c: thread safe handling of mini-objects

Original commit message from CVS:
* gst/pygstminiobject.c:
thread safe handling of mini-objects
* codegen/codegen.py: (GstMiniObjectWrapper.constructor_tmpl):
let's not forget to wrap the MiniObject :)
* gst/gst-types.defs:
* gst/gst.defs:
Always keep up to date with the core
* gst/gstelement.override:
override for gst_element_query_position
* gst/pygstminiobject.c:
* gst/pygstminiobject.h:
* gst/gst.override:
PyGstMiniObject now properly wrap GstMiniObject and are referenced in a
global hash table
ChangeLog
gst/pygstminiobject.c