summaryrefslogtreecommitdiff
path: root/gst/gstminiobject.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-13gi: Skip mini object method that play with refcountingNicolas Dufresne1-5/+5
2015-06-03miniobject: disallow a double write/exclusive lockMatthew Waters1-4/+6
2014-06-26miniobject: Add missing (nullable) annotationsPhilip Withnall1-3/+3
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-2/+4
2014-05-30Revert "miniobject: Add missing (nullable) annotations"Sebastian Dröge1-3/+3
2014-05-30miniobject: Add missing (nullable) annotationsPhilip Withnall1-3/+3
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-10/+10
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-2/+2
2013-07-03Add few missing allow-none annotationNicolas Dufresne1-3/+3
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-28miniobject: Always reject WRITE locks on READONLY miniobjectsOlivier Crête1-2/+5
2012-08-11docs: fix up docs a bitTim-Philipp Müller1-0/+1
2012-08-09miniobject: check writabilityWim Taymans1-1/+1
2012-07-19miniobject: fix sharedness checkWim Taymans1-1/+3
2012-07-19miniobject: refuse write when object is sharedWim Taymans1-3/+4
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-4/+0
2012-07-10miniobject: fix exclusive lock/unlock raceMatej Knopp1-4/+2
2012-07-05miniobject: fix some miniobject docsWim Taymans1-4/+0
2012-07-05miniobject: add lock functionality to GstMiniObjectWim Taymans1-8/+135
2012-06-26miniobject: add steal_qdataWim Taymans1-73/+118
2012-06-23miniobjects: pass copy, dispose and free function to gst_mini_object_init()Tim-Philipp Müller1-3/+15
2012-06-18miniobject: hide qdata array layoutWim Taymans1-18/+30
2012-06-15docs: improve API docsWim Taymans1-1/+0
2012-06-15miniobject: expand docs a littleWim Taymans1-1/+9
2012-06-15miniobject: add qdataWim Taymans1-27/+126
2012-06-15miniobject: fix error in the weak ref handlingWim Taymans1-35/+18
2012-06-14miniobject: remove the size fieldWim Taymans1-2/+1
2012-03-29docs: update more documentationWim Taymans1-5/+18
2012-03-28review some docsWim Taymans1-3/+2
2012-02-06gst: improve debuggingWim Taymans1-1/+2
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