Use "const" instead G_CONST_RETURN
[platform/upstream/gstreamer.git] / gst / gstelementfactory.c
2011-06-14 Javier JardónUse "const" instead G_CONST_RETURN
2011-06-14 David SchleefWork around changes in g_atomic API
2011-05-03 Stefan Kostdocs: fix copy'n'paste doc header mistake
2011-04-24 Tim-Philipp Müllerpluginfeature: store pointer to plugin in addition...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-03 Stefan Kostelementfactory: use g_intern_string for interface names
2010-12-03 Stefan Kostregistry: also intern the static caps
2010-12-02 Stefan Kostelementfactory: meta-data can be NULL
2010-11-18 Tim-Philipp Müllerelementfactory: fix caps leak in element factory list...
2010-09-16 Tim-Philipp Müllerelementfactory: make sure gstreamer has been initialize...
2010-09-06 Stefan Kostelementfactory: use the parent_class defined by G_DEFIN...
2010-09-06 Stefan Kostelement-details: allow for arbitrary element details
2010-09-03 Edward HerveyGstElementFactory: Add listing features
2010-06-16 Johan Dahlinelementfactory: Add an allow-none annotation
2010-03-28 Sebastian Drögegst: Use GSlice instead of normal g_malloc in more...
2010-03-11 Benjamin OtteFixes for -Wmissing-declarations -Wmissing-prototypes
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteMake code safe for -Wredundant-decls
2009-12-14 Stefan Kostgstelementfactory: set object name earlier if applicable
2009-10-28 Edward Herveyoptimisation : Use g_object_newv where possible.
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-10-07 Michael Smithelementfactory: fix spelling in comment
2009-09-10 Wim Taymanswhitespace fixes
2009-08-31 Mark Nauwelaertsregistry: fill in elementfactory when registering element
2009-06-11 Jan Schmidtelementfactory: Fix a compiler warning
2009-06-07 Stefan Kostregistry: don't recreate features on first use. Fixes...
2009-05-11 Wim TaymansAvoid unneeded type checks
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2009-04-03 Edward HerveyRemove unused variables detected by LLVM's Clang static...
2009-02-15 Stefan Kostdocs: format and indent examples.
2008-05-28 José Alburquerquegst/gstelementfactory.c: Small doc fix. Fixes #535285.
2008-04-23 Sebastian Drögegst/gstelementfactory.c: Unref the factory after it...
2007-12-21 Tim-Philipp Müllergst/gsttypefind.c: Make gst_type_find_register work...
2007-10-25 Alessandro Decinagst/: Patch from Alessandro Decina adding get_type_full...
2007-10-13 Tim-Philipp Müllergst/: Use already-interned string for the private GstPl...
2007-09-19 Tim-Philipp Müllergst/glib-compat-private.h: Add compatibility macro...
2007-09-19 Stefan Kostgst/gstelementfactory.c: Release static caps. Fixes...
2007-07-25 Wim Taymansgst/gstelementfactory.*: API: gst_element_factory_has_i...
2007-06-26 Stefan Kostgst/gstelementfactory.c: Microoptimization that saves...
2007-05-12 David Schleefgst/gst.c: Add GST_DISABLE_OPTION_PARSING, in order...
2007-02-11 Stefan Kostdocs/libs/Makefile.am: Fix path to core docs.
2006-12-07 Jan SchmidtFix refcounting of gst_plugin_feature_load to match...
2006-09-25 Tim-Philipp Müllergst/gstelementfactory.c: Fix typo in docs blurb.
2006-08-14 Edward Herveygst/gstelementfactory.c: If the GstElementClass doesn...
2006-07-31 Jan Schmidtgst/gstelementfactory.c: Remove unnecessary ref/unref...
2006-04-11 Wim Taymansgst/gstelementfactory.c: Some cleanups.
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-11-24 Wim TaymansDoc fixes.
2005-10-15 Thomas Vander SticheleI'm too lazy to comment this
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-15 Thomas Vander Stichelesignedness fixes
2005-10-08 Stefan Kostmore docs
2005-09-27 Thomas Vander Stichelegst/: remove now useless and leaky resurrection code...
2005-09-22 Andy Wingogst/gstconfig.h.in: Psych out gtk-doc.
2005-09-21 David Schleefgst/gstelementfactory.c: Drink a little beer, fix a...
2005-09-20 Andy Wingogst/gstelementfactory.c (gst_element_factory_create...
2005-09-19 Thomas Vander Stichelecheck/Makefile.am: re-enable tests now that leaks are...
2005-09-18 Thomas Vander Stichelevarious cleanups and memleak plugging. make valgrind...
2005-09-18 David Schleefcheck/Makefile.am: Fix environment variables.
2005-09-16 David SchleefGetting tired of debugging. Disabled all the unreffing...
2005-09-15 David Schleefremove
2005-09-02 Stefan Kostmerged elementdetails docs into elementfactory docs...
2005-07-09 Thomas Vander Stichelecheck/gst/gstbin.c: add test for state change message...
2005-06-29 Edward Herveygst/: Moved gst_element_factory_can_[sink|src]_caps...
2005-06-08 Thomas Vander Sticheleadd a debug line
2005-04-12 Ronald S. BultjeUse libxml2 for registry parsing, use staticpadtemplate...
2005-02-19 Benjamin Ottegst/: name objects by default, not in gst_element_facto...
2004-12-16 Ronald S. Bultjegst/gstelementfactory.c: Fix compile failure if compili...
2004-07-29 Benjamin Ottegst/gstpad.c: check that caps are fixed
2004-07-22 Benjamin Ottegst/gstelementfactory.c: set the factory in the class...
2004-07-20 Thomas Vander Stichelefix for 147929: [PATCH] running gst-register in non...
2004-06-16 Benjamin Ottegst/gstelementfactory.c: make the freakin "elementfacto...
2004-04-06 Benjamin Ottegst/autoplug/gstspider.c: don't ref the element, adding...
2004-03-30 Thomas Vander Stichelemore doc fixes
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-02-20 Andy Wingogst/: Debugging tweaks.
2003-12-22 David SchleefMerge CAPS branch
2003-11-24 Benjamin Otteimplement URI schemes
2003-11-24 Benjamin Ottemerge in tagging
2003-11-11 Andy Wingofix an old bug traversing pad template lists, and chang...
2003-11-02 Ronald S. BultjeXML, gst-editor, gst-rec and anything that's not based...
2003-11-02 Benjamin Otteimplement 'gst_element_factory_find_from_element' to...
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-08-18 Ronald S. BultjeRemove duplicate rank field (fixes #119510)
2003-07-16 Andy Wingosome formatting and doc fixes, and make gstdebug output...
2003-07-08 Benjamin Ottemake sure we have sane element details - this breaks...
2003-07-05 Benjamin Ottedebugging cleanup
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-06-16 Andy Wingoset GstElement->elementfactory before creating any...
2003-05-02 Benjamin Ottemake gst-launch --gst-mask=-1 fakesrc ! fakesink work...
2003-03-29 Martin Schulzegst/gstelementfactory.c: Add "g_free (dp->license)...
2003-02-10 Wim Taymans- Add more --disable options
2003-02-02 Wim Taymans- implement FLOATING flag on caps/props
2003-01-17 Wim Taymans- properly ref/unref scheduler and clock in gstelement
2002-11-01 David I. Lehnuse plugin feature api vs gstobject api
2002-10-02 Thomas Vander Stichelecode cleanup and API change (gst_caps_check_compatibili...
2002-09-15 Wim TaymansSmall cleanups and leak fixes
next