summaryrefslogtreecommitdiff
path: root/gst/pygstminiobject.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-26gst/: Fix double-import issues on macosx.Edward Hervey1-0/+1
2007-10-08gst/pygstminiobject.c: Move up variable declaration to the top of the function.Sébastien Moutte1-2/+2
2007-08-16gst/: Make ro memory to share.Stefan Kost1-4/+4
2005-10-27gst/: remove the hash table for miniobjects - since we can't get notified whe...Thomas Vander Stichele1-78/+27
2005-10-12Reordering header inclusion order to fix build on my machine.Julien Moutte1-1/+2
2005-10-11gst/common.h: cleanupEdward Hervey1-7/+11
2005-10-07gst/pygstminiobject.c: Comments to better track the creation/destruction of P...Edward Hervey1-1/+7
2005-10-06gst/gstbuffer.override: Proper wrapping of the GstBuffer.caps attributeEdward Hervey1-2/+0
2005-10-06gst/pygstminiobject.c: Dooh, PyGstMiniObject doesn't need cyclic garbage coll...Edward Hervey1-59/+17
2005-09-28codegen/argtypes.py: Proper handling of 'caller-owns-return' for miniobjectsEdward Hervey1-49/+0
2005-09-01add a .data to buffers; it feels more natural to me than doing str(buffer) co...Thomas Vander Stichele1-8/+8
2005-09-01fix a race condition in test_buffer.pyThomas Vander Stichele1-50/+63
2005-07-13gst/gstbus.override: Raise an exception if the callback doesn't return anythingEdward Hervey1-17/+0
2005-07-12gst/gst.override: removed deprecated wrappers (gst_event_new_any*)Edward Hervey1-35/+64
2005-07-12gst/: Added GError wrapping,Edward Hervey1-2/+12
2005-07-05gst/: Proper registration of PyGstMiniObject classes in order to be able to c...Edward Hervey1-8/+21
2005-06-28gst/pygstminiobject.c: thread safe handling of mini-objectsEdward Hervey1-2/+24
2005-06-28codegen/codegen.py: let's not forget to wrap the MiniObject :)Edward Hervey1-19/+61
2005-06-26codegen/: Updated codegen to support miniobjectEdward Hervey1-0/+393