summaryrefslogtreecommitdiff
path: root/gst/gstminiobject.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-27trace: rework alloc tracingWim Taymans1-3/+3
2012-01-27trace: make alloc trace work for miniobject againWim Taymans1-2/+12
2011-09-26docs: fix docsWim Taymans1-0/+1
2011-08-29init: add _get_type() functionsWim Taymans1-24/+0
2011-08-29mini-object: use ref/unref directly in boxed copy/freeWim Taymans1-20/+2
2011-07-25miniobject: avoid race in bufferpool releaseWim Taymans1-7/+6
2011-06-09miniobject: add new methods to manage miniobject pointersWim Taymans1-8/+84
2011-05-19Merge branch 'master' into 0.11Wim Taymans1-2/+2
2011-05-18docs: use the same name for the argument in prototype and docsStefan Kost1-2/+2
2011-05-17miniobject: delay private data initialisation until actually neededTim-Philipp Müller1-9/+11
2011-05-16Merge branch 'master' into 0.11Sebastian Dröge1-2/+110
2011-05-14docs: fix up some Since markers and update for new multiqueue argsTim-Philipp Müller1-2/+2
2011-05-14miniobject: Minor cleanup of last commitSebastian Dröge1-4/+4
2011-05-14miniobject: Add weak referencing functionalityJosé Alburquerque1-4/+147
2011-05-03miniobject: Fix dup_mini_object function to handle NULL gvaluesThiago Santos1-4/+6
2011-04-16Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-04-14gst: Add some more gobject-introspection annotationsSebastian Dröge1-1/+1
2011-04-06buffer: make memory writable in _peekWim Taymans1-2/+2
2011-04-06miniobject: fix debugWim Taymans1-1/+1
2011-03-28memory: more work on implementing buffer memoryWim Taymans1-2/+1
2011-03-04miniobject: remove FIXMEWim Taymans1-14/+0
2011-02-23miniobject: clear flags in initWim Taymans1-0/+1
2011-02-23fix compilationWim Taymans1-2/+1
2011-02-23miniobject: more boxed type fixingWim Taymans1-0/+2
2011-02-23miniobject: make queries a boxed typeWim Taymans1-1/+1
2011-02-23miniobject: work on making caps a boxed typeWim Taymans1-400/+61
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller1-1/+1
2010-12-22miniobject: add gobject-introspection annotationTim-Philipp Müller1-1/+1
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-11/+13
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey1-1/+1
2010-10-11miniobject: avoid duplicate type check when freeing miniobjectTim-Philipp Müller1-1/+4
2010-10-11miniobject: Directly increate mini_object in mini_object_free()Edward Hervey1-1/+5
2010-10-11miniobject: Remove confusing DEBUG_REFCOUNT defineEdward Hervey1-11/+1
2010-08-06gst: make _get_type() in gst/* thread safeShixin Zeng1-6/+7
2010-06-05info: add new TRACE log level and move refcounting there from LOG levelTim-Philipp Müller1-4/+3
2010-05-18miniobject: cleanup type registration a littleWim Taymans1-5/+3
2010-03-11gstreamer: remove unneeded castsEdward Hervey1-2/+1
2010-03-10Fixes for -Wwrite-stringsBenjamin Otte1-2/+2
2010-01-18miniobject: The GValue collection function can not assume that the destinatio...Sebastian Dröge1-3/+8
2009-12-24miniobject: avoid unneeded castsWim Taymans1-2/+2
2009-11-25docs: fix xrefs in docsStefan Kost1-1/+1
2009-11-13miniobject: avoid race when recycling buffersOle André Vadla Ravnås1-7/+13
2009-07-06logging: log object type in messageStefan Kost1-3/+4
2009-06-29logging: add a performace log categoryStefan Kost1-0/+1
2009-06-24miniobjects: Don't chain up to empty finalize method.Edward Hervey1-0/+8
2008-05-03gst/gstminiobject.c: Fix 'Since:' version in gst_value_dup_mini_object() docs...Tim-Philipp Müller1-1/+1
2008-03-22API: Add GST_IS_PARAM_SPEC_MINI_OBJECT, GST_PARAM_SPEC_MINI_OBJECTSebastian Dröge1-11/+20
2008-03-03gst/gstminiobject.c: Import gst_private.h before any other header that might ...Edward Hervey1-1/+1
2008-02-19gst/gstminiobject.c: Add FIXME for 0.11 to make GstMiniObjectClass::copy() a ...Sebastian Dröge1-0/+14
2008-02-01gst/gstminiobject.c: When replacing a miniobject, do a quick equality check f...Wim Taymans1-3/+8