summaryrefslogtreecommitdiff
path: root/gst/gstiterator.c
Commit message (Expand)AuthorAgeFilesLines
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-4/+4
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* docs: convert the examples to use gtk-doc markup, instead of docbookStefan Sauer2014-02-271-29/+25
* iterator: Properly copy mutexes around when creating a copy of a filter iteratorSebastian Dröge2014-01-181-0/+2
* iterator: Preserve the master lock when creating recursive iterator filters w...Stewart Brodie2014-01-181-4/+6
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-2/+0
* docs: update more documentationWim Taymans2012-03-291-0/+8
* Use macros to register boxed types thread safelyOlivier Crête2012-01-281-10/+2
* gstiterator: Add skip annotation for creating GstIteratorEdward Hervey2011-10-191-2/+2
* iterator: Fix gst_iterator_next() element annotationPeteris Krisjanis2011-08-121-1/+1
* docs: update for API changesTim-Philipp Müller2011-06-051-0/+1
* iterator: Refactor GstIterator to be more binding friendly and have saner ref...Sebastian Dröge2011-05-051-111/+175
* iterator: register as a boxed typeJohan Dahlin2011-05-051-0/+17
* iterator: use GSliceJohan Dahlin2011-05-051-5/+2
* iterator: free struct in gst_iterator_freeJohan Dahlin2011-05-051-6/+3
* iterator: store size in the structJohan Dahlin2011-05-051-5/+7
* gst: Add some more gobject-introspection annotationsSebastian Dröge2011-04-141-10/+10
* iterator: resync to avoid infinite loopStian Selnes2011-04-081-0/+2
* iterator: Add new FIXME for 0.11 and update gst_iterator_find_custom docsSebastian Dröge2010-06-131-2/+9
* iterator: If the iterator resync in find_custom() just retrySebastian Dröge2010-06-131-7/+6
* iterator: Add FIXME 0.11 for using GSlice for allocationSebastian Dröge2010-03-281-0/+5
* iterator: Fix a documentation typoPeter Kjellerstedt2009-10-141-1/+1
* iterator: Only visit the element a single time in the single iteratorSebastian Dröge2009-09-011-0/+1
* iterator: Fix single iterator for NULL objects and non-GTypeInstance objectsSebastian Dröge2009-09-011-1/+1
* iterator: fix docs for _new_single().Wim Taymans2009-08-311-2/+3
* docs: it's itsTim-Philipp Müller2009-08-311-1/+1
* iterator: Allow to use NULL as object for the single iteratorSebastian Dröge2009-08-261-4/+4
* iterator: API: Add gst_iterator_new_single()Sebastian Dröge2009-08-261-0/+77
* iterator: Explicitly mention refcounting in docsChristopher Halse Rogers2009-06-161-5/+14
* docs: fix linking to constant and functionsStefan Kost2009-03-121-7/+7
* gst/gstiterator.*: After 3 years it's about time to revise the documentation ...Wim Taymans2008-08-291-11/+49
* gst/gstiterator.c: Remove an unused field from the private GstListIterator st...Sebastian Dröge2008-05-281-1/+0
* doc fixes, to link to function, just write gst_cool_function(), don't prefix ...Stefan Kost2006-01-271-1/+1
* gst/gstelement.c: don't loop foreverStefan Kost2005-11-271-0/+4
* gst/gstiterator.c: Fix revision data.Wim Taymans2005-11-091-1/+1
* gst/gstiterator.*: Fix iterator docs.Wim Taymans2005-11-091-21/+22
* gst/gstbin.c: Fix typo in docs.Wim Taymans2005-11-021-2/+4
* Doc updates.Wim Taymans2005-10-281-0/+2
* docs/design/part-TODO.txt: Add an item to TODO.Wim Taymans2005-10-281-1/+32
* various style fixesThomas Vander Stichele2005-10-151-0/+1
* whitespace fixesThomas Vander Stichele2005-10-151-5/+5
* gst/gstiterator.c: Fix my previous commit: GTypes passed to gst_iterator_new(...Tim-Philipp Müller2005-10-101-1/+0
* gst/gstiterator.c: Add assertions to make sure passed GType is likely to real...Tim-Philipp Müller2005-10-101-0/+2
* Add a GType to GstIterator, update callsites and tests.Johan Dahlin2005-10-071-3/+12
* Various documentation updates.Wim Taymans2005-09-241-0/+12
* gst/gstbin.h: removed ';' from the end of macro defsStefan Kost2005-08-251-1/+1
* added miissing classes and symbols (123 more to go) removed removed symbols f...Stefan Kost2005-08-241-1/+1
* valgrind more testsThomas Vander Stichele2005-08-201-5/+5