summaryrefslogtreecommitdiff
path: root/gst/gstobject.h
Commit message (Expand)AuthorAgeFilesLines
* object: make _replace like the miniobject versionWim Taymans2011-08-221-1/+1
* docs: update for API changesTim-Philipp Müller2011-06-051-1/+0
* object: fix docsWim Taymans2010-12-071-2/+1
* object: Removed deprecated fields and methodsWim Taymans2010-12-071-77/+5
* remove deprecated symbols and methodsWim Taymans2010-12-061-46/+0
* gstxml: Deprecate GstXml and related functionsSebastian Dröge2010-06-251-2/+7
* gstobject: deprecate gst_object_{set|get}_name_prefix()Tim-Philipp Müller2010-06-221-3/+6
* Fixes for -Wwrite-stringsBenjamin Otte2010-03-101-1/+1
* docs: enable docs for GstObjectClass to fix linksStefan Kost2009-11-271-2/+10
* gstobject: add FIXME-0.11 commentsStefan Kost2009-11-271-0/+2
* docs: fix xrefs in docsStefan Kost2009-11-251-1/+1
* It's __GNUC__, not _GNUC_David Schleef2009-08-221-2/+2
* gstobject: add gst_object_ref_sinkWim Taymans2009-05-111-0/+1
* gst/: Fix small typos in the docs.Wim Taymans2007-09-241-1/+1
* 2nd attempt to have a xml-less build as a joined effort of #413123 and #421480.Stefan Kost2007-04-201-3/+3
* gst/gstobject.h: Don't define xmlNodePtr to gpointer if the core was built withPeter Kjellerstedt2006-10-171-12/+14
* gst/gstobject.h: Add cast to make compiler happy - refcount variable was a gi...Tim-Philipp Müller2006-05-151-1/+1
* gst/: Remove pre glib2.8 compatibility, fixes #340508Wim Taymans2006-05-051-7/+2
* gst/gstevent.h (struct _GstEvent): Only one pointer of padding.Andy Wingo2005-11-291-1/+1
* docs/gst/gstreamer-sections.txt: Update for new API and API changes.Michael Smith2005-11-231-1/+1
* *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK,...Andy Wingo2005-11-211-7/+7
* more section docsStefan Kost2005-11-141-2/+9
* gst/gstobject.*: Documentation fixes.Wim Taymans2005-11-091-12/+12
* docs/gst/gstreamer-sections.txt: Added some new macros.Wim Taymans2005-11-091-15/+40
* more docs addedStefan Kost2005-11-041-2/+2
* docs/: Small docs updates.Wim Taymans2005-11-031-1/+1
* gst/: Add !! to _FLAG_IS_SET macros to make the result boolean.Tim-Philipp Müller2005-11-031-1/+1
* gst/gst.*: remove _gst_registry_auto_load, not used anymoreThomas Vander Stichele2005-10-151-3/+1
* whitespace fixesThomas Vander Stichele2005-10-151-4/+4
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-18/+17
* lots of new docs and doc fixesStefan Kost2005-10-081-0/+12
* gst/gstobject.h: there's no point in wrapping FLAG_SET/_UNSET in STMT macros.Thomas Vander Stichele2005-10-071-2/+2
* gst/gstobject.h (GST_OBJECT_REFCOUNT_VALUE): Just use the int.Andy Wingo2005-10-021-1/+1
* added two new functions to the docs documents all undocumented GstXXXFlags co...Stefan Kost2005-09-271-1/+8
* gst/gstbin.c: use gst_object_has_ancestor().Wim Taymans2005-09-271-0/+1
* inlined 3 more biiiig doc files and added some missing docs on the flyStefan Kost2005-09-231-2/+96
* gst/gstelementfactory.c (gst_element_factory_create): Avoid eating the caller...Andy Wingo2005-09-201-1/+6
* docs/gst/Makefile.am: Ignore a few more internal headersDavid Schleef2005-09-201-2/+0
* Removed plugable schedulers.Wim Taymans2005-07-181-3/+4
* gst/base/gstbasesink.c: Small debug line.Wim Taymans2005-06-291-3/+3
* gst/gstobject.c (gst_object_unref, gst_object_ref)Andy Wingo2005-06-281-3/+3
* gst/gstobject.h (GST_CLASS_LOCK, GST_CLASS_TRYLOCK) (GST_CLASS_UNLOCK, GST_CL...Andy Wingo2005-06-231-4/+4
* OBJECT acts on obj not capsThomas Vander Stichele2005-06-081-2/+2
* Convert everything from GstAtomicInt to g_atomic_int_*, and remove gstatomic.David Schleef2005-04-241-3/+2
* Bump version number, we're now 0.9.0Wim Taymans2005-03-091-4/+4
* Docs updates, clean up some headers.Wim Taymans2005-03-081-2/+2
* First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans2005-03-071-46/+67
* gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compilerDavid Schleef2004-07-031-0/+4
* rename GSTREAMER_EXPORT to GST_EXPORTSteve Lhomme2004-06-131-1/+1
* Fix a bug to enable/disable DEBUG under MSVCSteve Lhomme2004-06-121-1/+1