summaryrefslogtreecommitdiff
path: root/gst/gstplugin.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-402/+0
2019-06-04Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionallyNiels De Graef1-2/+0
2019-04-23gst: Fix various Since markersSebastian Dröge1-1/+1
2018-03-13gst: GST_EXPORT -> GST_APITim-Philipp Müller1-22/+22
2017-09-26plugin: API: GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_RELATIVE_TO_EXEMathieu Duponchelle1-1/+5
2017-05-15gst: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller1-4/+35
2017-05-09plugin: Unify static and dynamic plugin interfaceNicolas Dufresne1-30/+32
2015-12-14core: Add g_autoptr() support to all typesXavier Claessens1-0/+4
2015-11-25plugin: Add prefix support to dependenciesNicolas Dufresne1-1/+5
2015-06-13doc: Cannot reference GST_PACKAGE_RELEASE_DATETIMENicolas Dufresne1-1/+1
2014-06-26introspection: add some missing allow-none annotations to in paramsEvan Nemerson1-5/+6
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-2/+2
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-11-16docs: cosmetic since marker fixesTim-Philipp Müller1-2/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-0/+43
2013-04-13plugin: fix name expansion for GST_PLUGIN_DEFINE macroGwenole Beauchesne1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-6/+1
2012-04-29docs: remove reference to removed API in plugin docsTim-Philipp Müller1-2/+1
2012-04-29plugin: remove gst_plugin_name_filterTim-Philipp Müller1-2/+0
2012-04-29plugin: use GstObject flags for plugin flagsTim-Philipp Müller1-2/+2
2012-04-29plugin: make GstPlugin object structure opaque for nowTim-Philipp Müller1-42/+5
2012-04-29plugin: remove gst_plugin_get_module()Tim-Philipp Müller1-1/+0
2012-04-29plugin: add accessor for release date time string in plugin descriptionTim-Philipp Müller1-0/+1
2012-04-05gst: Change name parameter of GST_PLUGIN_DEFINE() to not take a string anymoreSebastian Dröge1-1/+1
2011-11-11.h: fix header filesWim Taymans1-6/+6
2011-06-10Merge branch 'master' into 0.11Wim Taymans1-10/+10
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-10/+10
2011-05-20deprecation-guards: fixup for commit 9ff4ec3104d2510b8f379ff38c671682ff795e33Stefan Kost1-2/+0
2011-05-18docs: add deprecation guardsStefan Kost1-0/+2
2011-02-22cleanupsWim Taymans1-2/+2
2010-12-07plugin: remove deprecated methodsWim Taymans1-47/+0
2010-12-06remove deprecated symbols and methodsWim Taymans1-4/+0
2010-07-23plugin: add release datetime field to GstPluginDesc and set it if GST_PACKAGE...Tim-Philipp Müller1-3/+23
2010-03-13Add some 0.11 FIXMEs for GstPluginInitFuncBenjamin Otte1-0/+2
2010-03-10Fixes for -Wwrite-stringsBenjamin Otte1-3/+3
2009-11-27docs: add missing parameter docsStefan Kost1-0/+1
2009-11-27docs: add docs for GstPluginFlagsStefan Kost1-1/+7
2009-11-25docs: fix xrefs in docsStefan Kost1-5/+6
2009-11-19gstplugin: Add C++ escape for gst_plugin_desc defineDavid Schleef1-1/+3
2009-10-06Add restarting of the plugin loader and blacklisting of broken filesJan Schmidt1-1/+2
2009-06-07registry: allow plugins to cache extra data in registry. Fixes #570233Stefan Kost1-0/+4
2009-05-12API: Add gst_plugin_register_static_full()José Alburquerque1-0/+29
2009-01-25Document that GST_PLUGIN_DEFINE macros use PACKAGE define. Fixes #559722.Stefan Kost1-1/+6
2009-01-06Add API for making a GStreamer plugin 'dependent' on external files, director...Tim-Philipp Müller1-1/+36
2008-01-17gst/gstplugin.h: Remove deprecation guards around GST_PLUGIN_DEFINE_STATIC.Tim-Philipp Müller1-2/+3
2008-01-17gst/: Change API of gst_plugin_register_static() to not take a GstPluginDesc,...Tim-Philipp Müller1-1/+10
2008-01-09API: add gst_plugin_register_static() and deprecateTim-Philipp Müller1-0/+10
2007-11-02gst/: Move declaration of private _gst_foo_initialize() functions into our pr...Tim-Philipp Müller1-1/+0
2007-10-10gst/gstplugin.h: Cast description string constants in GST_PLUGIN_DEFINE macro...Tim-Philipp Müller1-2/+2