summaryrefslogtreecommitdiff
path: root/gst/gstxml.c
Commit message (Expand)AuthorAgeFilesLines
* xml: keep dummy gst_xml_get_type() function for g-i even if rest of GstXML is...Tim-Philipp Müller2010-06-261-0/+13
* 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-0/+64
* Make code safe for -Wredundant-declsBenjamin Otte2010-03-101-2/+0
* docs: make links work (needs recent gtk-doc)Stefan Kost2009-11-271-2/+2
* docs: better way to link class methodsStefan Kost2009-11-271-2/+2
* 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-1/+1
* gst: remove more unnecessary cast when using g_signal_*()Tim-Philipp Müller2009-10-061-2/+1
* gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge2009-04-041-26/+2
* gst/gstxml.c: Clarify that the save_thyself() and restore_thyself() virtual f...Sebastian Dröge2008-10-101-2/+2
* Typo fixes (#366212).Kjartan Maraas2006-10-281-1/+1
* gst/gst.c: Fix empty declaration and type mismatch.Josep Torre Valles2006-10-061-1/+1
* gst/gstxml.c: Improve and detypofy docs.Tim-Philipp Müller2006-08-291-2/+5
* gst/gstxml.c: Chain up to parent class in dispose function and also unref the...Tim-Philipp Müller2006-08-211-6/+20
* gst/gstxml.c: Implement GObject::dispose virtual method in GstXML so we can f...Edward Hervey2006-08-211-0/+9
* gst/: Fix deserialisation from XML. Set parent manually instead of using gst_...Tim-Philipp Müller2006-06-301-2/+7
* Add G_UNLIKELY in type registration.Wim Taymans2006-06-121-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* more section docsStefan Kost2005-11-141-0/+8
* various style fixesThomas Vander Stichele2005-10-151-0/+1
* inlined more docs, fixed double id-refStefan Kost2005-08-311-0/+5
* docs/gst/gstreamer-sections.txt: made some defines privateStefan Kost2005-08-151-2/+12
* GCC 4 fixen.Andy Wingo2005-05-041-18/+24
* fix memleaks - #150001Thomas Vander Stichele2004-08-171-0/+3
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-6/+7
* gst-indent run on coreThomas Vander Stichele2004-03-131-72/+79
* make signals use dashes in the namesThomas Vander Stichele2004-03-041-1/+1
* gst/: get rid of gstmarshal.h dependency. It's not needed.Benjamin Otte2004-02-031-0/+1
* Change G_TYPE_POINTER to the appropriate type in g_signal_new()David Schleef2003-11-131-0/+1
* GST_DEBUG reorganization containing loads of stuff:Benjamin Otte2003-06-291-4/+4
* removed namespace code again, it was not needed :)Wim Taymans2003-06-091-32/+2
* added new method and type to add namespaces to xml files. No actual code is i...Wim Taymans2003-06-091-5/+35
* Fix typo connect -> link, you have been warnedWim Taymans2003-01-081-1/+1
* - Removed unused locking from the cothreadsWim Taymans2002-07-081-0/+1
* commit to make gstreamer follow the gtk function/macro naming conventions:Andy Wingo2002-04-111-1/+1
* Documentation updatesWim Taymans2002-03-311-1/+1
* filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo2002-03-241-2/+2
* warning: unused variable 'oclass'Benjamin Otte2002-03-051-1/+0
* cleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c ...Andy Wingo2002-01-181-0/+3
* fix for libxml1 compatibilityAndy Wingo2002-01-111-1/+3
* summary: fix xml in gstreamer 1) make clear distinction between loading xml t...Andy Wingo2002-01-111-5/+51
* cimpile fix for libxml1Andy Wingo2002-01-111-0/+2
* added function gst_xml_write_file() which writes a nicely formatted and inden...Andy Wingo2002-01-111-0/+58
* aye ladie, no more ugly // comments here, even if Taaz gets upset about itChristian Schaller2001-12-141-1/+1
* 1. Add more warnings for the gst core only. Various trival fixes to quiet th...Joshua N. Pritikin2001-09-141-0/+1
* sync with the current CVS glib APISteve Baker2001-08-131-1/+1
* Merged from GOBJECT1 to HEAD at 200106241GOBJECT1-200106241Erik Walthinsen2001-06-251-22/+22
* Merged from INCSCHED on 200505251!!!INCSCHED1-200105251Erik Walthinsen2001-05-251-1/+1
* Documentation updates.Wim Taymans2001-01-311-6/+17