summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-15pluginfeature: Fix the GstPluginFeature name comparison.Sreerenj Balachandran1-2/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-28pluginfeature: add gst_plugin_feature_get_plugin_name()Tim-Philipp Müller1-0/+22
2012-09-25pluginfeature: Remove 0.11.9X->1.0.0 version manglingSebastian Dröge1-12/+0
2012-09-01pluginfeature: disable version mangling for post-1.0.0 releaseTim-Philipp Müller1-7/+10
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-6/+0
2012-05-19pluginfeature: add gst_plugin_feature_get_plugin()Tim-Philipp Müller1-0/+20
2012-04-12gst: Use gst_object_{ref|unref} where applicableEdward Hervey1-2/+2
2012-04-05gstplugin: Add hack for handling 0.11.9X and 0.11.89.X with X>0 the same as 1...Sebastian Dröge1-0/+9
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller1-3/+2
2011-10-31filter: remove gst_filter_run() and deprecated filter funcTim-Philipp Müller1-30/+0
2011-10-31Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+11
2011-10-30pluginfeature: deprecate gst_plugin_feature_type_name_filter()Tim-Philipp Müller1-0/+11
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-09-07docs, gst: typo fixesPiotr Fusik1-1/+1
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-1/+1
2011-05-24feature: use object nameWim Taymans1-51/+10
2011-05-18pluginfeature: avoid duplicating feature->nameStefan Kost1-5/+4
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