summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.c
AgeCommit message (Expand)Author
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier
2016-02-15docs: annotate C examples as suchEvan Nemerson
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson
2013-11-16docs: cosmetic since marker fixesTim-Philipp Müller
2013-04-15pluginfeature: Fix the GstPluginFeature name comparison.Sreerenj Balachandran
2012-11-03Fix FSF addressTim-Philipp Müller
2012-10-28pluginfeature: add gst_plugin_feature_get_plugin_name()Tim-Philipp Müller
2012-09-25pluginfeature: Remove 0.11.9X->1.0.0 version manglingSebastian Dröge
2012-09-01pluginfeature: disable version mangling for post-1.0.0 releaseTim-Philipp Müller
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey
2012-05-19pluginfeature: add gst_plugin_feature_get_plugin()Tim-Philipp Müller
2012-04-12gst: Use gst_object_{ref|unref} where applicableEdward Hervey
2012-04-05gstplugin: Add hack for handling 0.11.9X and 0.11.89.X with X>0 the same as 1...Sebastian Dröge
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller
2011-10-31filter: remove gst_filter_run() and deprecated filter funcTim-Philipp Müller
2011-10-31Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller
2011-10-30pluginfeature: deprecate gst_plugin_feature_type_name_filter()Tim-Philipp Müller
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge
2011-09-07docs, gst: typo fixesPiotr Fusik
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón
2011-05-24feature: use object nameWim Taymans
2011-05-18pluginfeature: avoid duplicating feature->nameStefan Kost
2011-04-24pluginfeature: store pointer to plugin in addition to the plugin nameTim-Philipp Müller
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller
2010-12-03pluginfeature: use the parent_class from G_DEFINE_TYPE macro and drop extra copyStefan Kost
2010-09-03GstElementFactory: Add listing featuresEdward Hervey
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller
2009-10-24docs: add Since tag to docs for new APITim-Philipp Müller
2009-10-24gstpluginfeature: API : new gst_plugin_feature_list_copy() methodEdward Hervey
2009-10-07build: sprintf, sscanf need stdio.hStefan Kost
2009-09-10pluginfeature: improve version checkWim Taymans
2009-08-20pluginfeature: add guard to gst_plugin_feature_type_name_filterTim-Philipp Müller
2009-05-11Avoid unneeded type checksWim Taymans
2009-02-15docs: format and indent examples.Stefan Kost
2007-10-13gst/: Use already-interned string for the private GstPluginFeature plugin_nam...Tim-Philipp Müller
2007-07-31gst/gstpluginfeature.c: Revert patch from #459466 until after the release and...Jan Schmidt
2007-07-23gst/gstpluginfeature.c: Avoid double memory usage for pluginfeature names. Fi...Stefan Kost
2007-06-27gst/: Remove empty instance_init() functions to save relocs and lessen the no...Stefan Kost
2006-12-07Fix refcounting of gst_plugin_feature_load to match the docs.Jan Schmidt
2006-06-12gst/: Use _CAST macros to avoid unneeded type checking.Wim Taymans
2006-04-11gst/gstelementfactory.c: Some cleanups.Wim Taymans
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost
2005-12-12gst/gstpluginfeature.c: more meaningful debug outputStefan Kost
2005-11-26gst/gstpluginfeature.c: This shouldn't issue a g_warning since it returns NUL...Edward Hervey
2005-11-21docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done?Stefan Kost
2005-10-15gst/: privatize more symbolsThomas Vander Stichele
2005-10-15various style fixesThomas Vander Stichele
2005-10-15whitespace fixesThomas Vander Stichele
2005-10-14Add new API to check plugin feature version requirements.Tim-Philipp Müller