summaryrefslogtreecommitdiff
path: root/gst/gstplugin.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-27gst: Fix up a bunch of GIR annotationsArun Raghavan1-2/+4
2018-01-11plugin: plugin_load() must return a ref even if it was loaded alreadyTim-Philipp Müller1-1/+1
2017-12-17plugin: Annotate add_dependency() arguments as NULL-terminated arraysSebastian Dröge1-3/+3
2017-12-03gst: Annotate various strings as type filename if they represent a path/filenameSebastian Dröge1-2/+2
2017-12-01plugin-scanner: Measure string length in bytesNicolas Dufresne1-1/+1
2017-09-27gst: Modify behaviour of gst_get_main_executable_pathMathieu Duponchelle1-1/+5
2017-09-26plugin: API: GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_RELATIVE_TO_EXEMathieu Duponchelle1-4/+21
2017-07-05plugin: clarify code that deduces plugin name from file nameTim-Philipp Müller1-5/+7
2017-06-23gstplugin: remove gst prefix when loading plugin on MSVCMatej Knopp1-0/+2
2017-05-21plugin: Stop plugin symbol name at first .Olivier Crête1-1/+1
2017-05-17gst-plugin: allow '-' in plugin file nameMatej Knopp1-0/+5
2017-05-17gst: Correctly annotate functions taking floating reference parameters and re...Sebastian Dröge1-0/+4
2017-05-09plugin: Unify static and dynamic plugin interfaceNicolas Dufresne1-22/+67
2017-04-08Don't use deprecated g_object_newv()Tim-Philipp Müller1-3/+3
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-3/+4
2016-02-20plugin: Only check for S_IFBLK if it is definedNirbheek Chauhan1-0/+5
2015-11-25plugin: Add prefix support to dependenciesNicolas Dufresne1-2/+8
2015-11-25plugin: Allow device nodes as dependencyNicolas Dufresne1-1/+1
2015-11-25plugin: Don't do lossy shift on hashNicolas Dufresne1-4/+3
2015-08-05registry: Add plugins to the registry we are loading and not default oneThibault Saunier1-3/+11
2015-07-16docs: drop reference to sourceforge mailing list adressTim-Philipp Müller1-2/+1
2015-02-02plugin: add more detail to logging when not loading a pluginStefan Sauer1-4/+6
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-1/+1
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-2/+4
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-18/+18
2014-05-08plugin: fix case where gst_plugin_load_file() didn't set the error on failureTim-Philipp Müller1-0/+3
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-07-03Add few missing allow-none annotationNicolas Dufresne1-8/+8
2012-12-10plugin: protect against NULL filename in debugWim Taymans1-5/+7
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-25plugin: Fail if no valid plugin metadata is setSebastian Dröge1-4/+4
2012-08-03plugin: warn if plugin name starts with a "Tim-Philipp Müller1-0/+5
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-13/+0
2012-04-29plugin: avoid some relocationsTim-Philipp Müller1-18/+14
2012-04-29plugin: remove gst_plugin_name_filterTim-Philipp Müller1-18/+0
2012-04-29plugin: remove gst_plugin_get_module()Tim-Philipp Müller1-18/+0
2012-04-29plugin: add accessor for release date time string in plugin descriptionTim-Philipp Müller1-0/+23
2012-04-04gst: Change versioningSebastian Dröge1-1/+1
2012-01-27Merge branch 'master' into 0.11Sebastian Dröge1-2/+2
2012-01-27gstplugin: add a few consts to read only dataVincent Penquerc'h1-2/+2
2012-01-22Replace deprecated GStaticMutex with GMutexTim-Philipp Müller1-5/+5
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller1-6/+6
2011-12-26registry: move private bits into private structTim-Philipp Müller1-2/+7
2011-11-13Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-23/+13
2011-11-12gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller1-23/+13
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-5/+5
2011-09-07docs, gst: typo fixesPiotr Fusik1-2/+2
2011-08-29gst: add some _priv prefixes to private methodsWim Taymans1-1/+1
2011-06-10Merge branch 'master' into 0.11Wim Taymans1-11/+11
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-8/+8