summaryrefslogtreecommitdiff
path: root/gst/gstobject.c
Commit message (Expand)AuthorAgeFilesLines
* gstobject: also remove the cast as this is causing the troubleStefan Kost2011-08-231-2/+1
* gstobject: use the atomic macros to deal with the glib change in the impl.Stefan Kost2011-08-231-1/+2
* object: make gst_object_replace() atomicDavid Schleef2011-08-211-8/+12
* object: Fix creation of default nameDavid Schleef2011-01-051-4/+3
* Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller2010-12-261-1/+1
* gst: documentation fixups and annotationEdward Hervey2010-12-171-1/+1
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-9/+16
* Use g_snprintf() instead of snprintf()David Schleef2010-12-031-3/+1
* gstobject: add stdio.h for snprintStefan Kost2010-12-031-0/+2
* micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey2010-12-031-1/+1
* gstobject: more default name generation more efficientStefan Kost2010-12-031-5/+9
* gstobject: avoid string creation when not neededEdward Hervey2010-09-091-3/+12
* docs: give a practical example for the gst_object_has_anchestorStefan Kost2010-09-061-1/+1
* gstobject: fix leak when naming parented objectMark Nauwelaerts2010-08-231-0/+1
* Don't include <libxml/parser.h> from public headers if GST_DISABLE_DEPRECATED...Tim-Philipp Müller2010-06-261-0/+1
* gstxml: Deprecate GstXml and related functionsSebastian Dröge2010-06-251-16/+30
* gstobject: deprecate gst_object_{set|get}_name_prefix()Tim-Philipp Müller2010-06-221-0/+16
* info: add new TRACE log level and move refcounting there from LOG levelTim-Philipp Müller2010-06-051-13/+13
* gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge2010-03-281-1/+2
* gstreamer: remove unneeded castsEdward Hervey2010-03-111-1/+1
* Fixes for -Wwrite-stringsBenjamin Otte2010-03-101-2/+3
* Make code safe for -Wredundant-declsBenjamin Otte2010-03-101-2/+0
* avoid some more type checksWim Taymans2009-12-241-4/+4
* gstobject: add fixme-0.11 commentStefan Kost2009-12-141-0/+4
* comment: small comment correctionStefan Kost2009-12-141-1/+1
* gstobject: Avoid double strdup when setting NULL names.Edward Hervey2009-12-071-4/+15
* optimisation : Use g_object_newv where possible.Edward Hervey2009-10-281-1/+1
* Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller2009-10-281-2/+2
* gstobject: Replace recursive gst_object_has_ancestor() with an iterative versionSebastian Dröge2009-10-141-9/+12
* gstobject: Remove dead assignment.Edward Hervey2009-10-081-1/+1
* object: also add pointers to debugWim Taymans2009-06-231-3/+3
* Avoid unneeded type checksWim Taymans2009-05-111-5/+3
* gstobject: add gst_object_ref_sinkWim Taymans2009-05-111-0/+33
* gstobject: avoid type checksWim Taymans2009-05-111-7/+2
* gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge2009-04-041-59/+4
* Remove unused variables detected by LLVM's Clang static analyzer.Edward Hervey2009-04-031-7/+0
* comment: add a fixme-0.11Stefan Kost2009-03-101-0/+2
* gst/: Assign debug statements to relevant categories instead of the 'default'...Edward Hervey2009-01-031-2/+2
* gst/gstobject.c: Unref the GEnumClass after usage again. Fixes bug #561501.Andrew Feren2008-11-191-3/+3
* gst/gstcaps.c: Callgrind micro optimisations.Wim Taymans2008-11-061-1/+1
* gst/gstobject.c: Put the gst_object_get_name() back in.Stefan Kost2008-08-281-1/+3
* gst/gstobject.c: Due to popular request also include ObjectType in gst_object...Stefan Kost2008-08-271-2/+13
* Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it ev...Sebastian Dröge2008-03-221-1/+2
* gst/gstobject.c: Fix typo in the gst_object_{ref,unref} documentation.Sebastian Dröge2007-12-221-2/+2
* gst/gstobject.c: Don't use GST_CAT_EVENT here for logging, it makes no sense.Tim-Philipp Müller2007-12-131-11/+2
* gst/gstobject.c: Corrected the registration of the parent-set and parent-unse...Murray Cumming2007-11-041-2/+2
* gst/gstobject.c: Fix signal signature.Wim Taymans2007-06-051-1/+1
* 2nd attempt to have a xml-less build as a joined effort of #413123 and #421480.Stefan Kost2007-04-201-21/+21
* docs/: Do some Architect work.Stefan Kost2007-03-131-0/+1
* gst/gstelement.*: Improve docs a little. Added Since: for new macro.Wim Taymans2007-02-281-0/+1