summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.c
Commit message (Expand)AuthorAgeFilesLines
* pluginfeature: deprecate gst_plugin_feature_type_name_filter()Tim-Philipp Müller2011-10-301-0/+11
* docs, gst: typo fixesPiotr Fusik2011-09-071-1/+1
* Use "const" instead G_CONST_RETURNJavier Jardón2011-06-091-1/+1
* pluginfeature: avoid duplicating feature->nameStefan Kost2011-05-181-5/+4
* pluginfeature: store pointer to plugin in addition to the plugin nameTim-Philipp Müller2011-04-241-0/+5
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-7/+11
* pluginfeature: use the parent_class from G_DEFINE_TYPE macro and drop extra copyStefan Kost2010-12-031-4/+1
* GstElementFactory: Add listing featuresEdward Hervey2010-09-031-0/+53
* Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller2009-10-281-2/+1
* docs: add Since tag to docs for new APITim-Philipp Müller2009-10-241-0/+2
* gstpluginfeature: API : new gst_plugin_feature_list_copy() methodEdward Hervey2009-10-241-0/+35
* build: sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* pluginfeature: improve version checkWim Taymans2009-09-101-2/+10
* pluginfeature: add guard to gst_plugin_feature_type_name_filterTim-Philipp Müller2009-08-201-0/+2
* Avoid unneeded type checksWim Taymans2009-05-111-1/+1
* docs: format and indent examples.Stefan Kost2009-02-151-3/+3
* gst/: Use already-interned string for the private GstPluginFeature plugin_nam...Tim-Philipp Müller2007-10-131-1/+0
* gst/gstpluginfeature.c: Revert patch from #459466 until after the release and...Jan Schmidt2007-07-311-2/+3
* gst/gstpluginfeature.c: Avoid double memory usage for pluginfeature names. Fi...Stefan Kost2007-07-231-3/+2
* gst/: Remove empty instance_init() functions to save relocs and lessen the no...Stefan Kost2007-06-271-3/+1
* Fix refcounting of gst_plugin_feature_load to match the docs.Jan Schmidt2006-12-071-1/+1
* gst/: Use _CAST macros to avoid unneeded type checking.Wim Taymans2006-06-121-2/+2
* gst/gstelementfactory.c: Some cleanups.Wim Taymans2006-04-111-9/+23
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* gst/gstpluginfeature.c: more meaningful debug outputStefan Kost2005-12-121-2/+4
* gst/gstpluginfeature.c: This shouldn't issue a g_warning since it returns NUL...Edward Hervey2005-11-261-1/+1
* docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done?Stefan Kost2005-11-211-0/+9
* gst/: privatize more symbolsThomas Vander Stichele2005-10-151-1/+1
* various style fixesThomas Vander Stichele2005-10-151-0/+1
* whitespace fixesThomas Vander Stichele2005-10-151-1/+1
* Add new API to check plugin feature version requirements.Tim-Philipp Müller2005-10-141-1/+67
* gst/: widen the debug category in output to fit the biggest one we have add a...Thomas Vander Stichele2005-10-061-0/+2
* gst/gsterror.c: Add another error string used in a few existing plugins.Michael Smith2005-10-041-1/+5
* don't break docs buildThomas Vander Stichele2005-09-231-1/+0
* various doc updatesThomas Vander Stichele2005-09-231-2/+2
* gst/gstconfig.h.in: Psych out gtk-doc.Andy Wingo2005-09-221-4/+20
* more docs inlined, splitted gstindex.{c,h}Stefan Kost2005-09-201-0/+7
* check/Makefile.am: re-enable tests now that leaks are pluggedThomas Vander Stichele2005-09-191-0/+3
* various cleanups and memleak plugging. make valgrind is happy now.Thomas Vander Stichele2005-09-181-3/+11
* check/Makefile.am: Fix environment variables.David Schleef2005-09-181-10/+21
* Getting tired of debugging. Disabled all the unreffing of plugins and featur...David Schleef2005-09-161-3/+4
* gst/gstplugin.c: Implement semi-decent recounting and locking in plugins and ...David Schleef2005-09-151-32/+15
* removeDavid Schleef2005-09-151-49/+22
* First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans2005-03-071-32/+33
* gst/gstpluginfeature.c: Protect plugin loading by a mutex so it's threadsafe....Ronald S. Bultje2005-01-091-3/+14
* gst/: don't use memchunks for these objects, use malloc insteadBenjamin Otte2004-04-091-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-6/+7
* gst-indent run on coreThomas Vander Stichele2004-03-131-29/+35
* fix output of typefind add GPL headers fix doc snippetThomas Vander Stichele2004-01-201-2/+2
* implement URI schemesBenjamin Otte2003-11-241-2/+32