summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-24pluginfeature: store pointer to plugin in addition to the plugin nameTim-Philipp Müller1-0/+5
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-7/+11
2010-12-03pluginfeature: use the parent_class from G_DEFINE_TYPE macro and drop extra copyStefan Kost1-4/+1
2010-09-03GstElementFactory: Add listing featuresEdward Hervey1-0/+53
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-2/+1
2009-10-24docs: add Since tag to docs for new APITim-Philipp Müller1-0/+2
2009-10-24gstpluginfeature: API : new gst_plugin_feature_list_copy() methodEdward Hervey1-0/+35
2009-10-07build: sprintf, sscanf need stdio.hStefan Kost1-0/+1
2009-09-10pluginfeature: improve version checkWim Taymans1-2/+10
2009-08-20pluginfeature: add guard to gst_plugin_feature_type_name_filterTim-Philipp Müller1-0/+2
2009-05-11Avoid unneeded type checksWim Taymans1-1/+1
2009-02-15docs: format and indent examples.Stefan Kost1-3/+3
2007-10-13gst/: Use already-interned string for the private GstPluginFeature plugin_nam...Tim-Philipp Müller1-1/+0
2007-07-31gst/gstpluginfeature.c: Revert patch from #459466 until after the release and...Jan Schmidt1-2/+3
2007-07-23gst/gstpluginfeature.c: Avoid double memory usage for pluginfeature names. Fi...Stefan Kost1-3/+2
2007-06-27gst/: Remove empty instance_init() functions to save relocs and lessen the no...Stefan Kost1-3/+1
2006-12-07Fix refcounting of gst_plugin_feature_load to match the docs.Jan Schmidt1-1/+1
2006-06-12gst/: Use _CAST macros to avoid unneeded type checking.Wim Taymans1-2/+2
2006-04-11gst/gstelementfactory.c: Some cleanups.Wim Taymans1-9/+23
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2005-12-12gst/gstpluginfeature.c: more meaningful debug outputStefan Kost1-2/+4
2005-11-26gst/gstpluginfeature.c: This shouldn't issue a g_warning since it returns NUL...Edward Hervey1-1/+1
2005-11-21docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done?Stefan Kost1-0/+9
2005-10-15gst/: privatize more symbolsThomas Vander Stichele1-1/+1
2005-10-15various style fixesThomas Vander Stichele1-0/+1
2005-10-15whitespace fixesThomas Vander Stichele1-1/+1
2005-10-14Add new API to check plugin feature version requirements.Tim-Philipp Müller1-1/+67
2005-10-06gst/: widen the debug category in output to fit the biggest one we have add a...Thomas Vander Stichele1-0/+2
2005-10-04gst/gsterror.c: Add another error string used in a few existing plugins.Michael Smith1-1/+5
2005-09-23don't break docs buildThomas Vander Stichele1-1/+0
2005-09-23various doc updatesThomas Vander Stichele1-2/+2
2005-09-22gst/gstconfig.h.in: Psych out gtk-doc.Andy Wingo1-4/+20
2005-09-20more docs inlined, splitted gstindex.{c,h}Stefan Kost1-0/+7
2005-09-19check/Makefile.am: re-enable tests now that leaks are pluggedThomas Vander Stichele1-0/+3
2005-09-18various cleanups and memleak plugging. make valgrind is happy now.Thomas Vander Stichele1-3/+11
2005-09-18check/Makefile.am: Fix environment variables.David Schleef1-10/+21
2005-09-16Getting tired of debugging. Disabled all the unreffing of plugins and featur...David Schleef1-3/+4
2005-09-15gst/gstplugin.c: Implement semi-decent recounting and locking in plugins and ...David Schleef1-32/+15
2005-09-15removeDavid Schleef1-49/+22
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-32/+33
2005-01-09gst/gstpluginfeature.c: Protect plugin loading by a mutex so it's threadsafe....Ronald S. Bultje1-3/+14
2004-04-09gst/: don't use memchunks for these objects, use malloc insteadBenjamin Otte1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-6/+7
2004-03-13gst-indent run on coreThomas Vander Stichele1-29/+35
2004-01-20fix output of typefind add GPL headers fix doc snippetThomas Vander Stichele1-2/+2
2003-11-24implement URI schemesBenjamin Otte1-2/+32
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-1/+23
2003-08-19Er, plugins actually use gst_element_factory_set_rank(). Add a define to cal...David Schleef1-0/+18
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-3/+3