summaryrefslogtreecommitdiff
path: root/gst/gstregistry.c
Commit message (Expand)AuthorAgeFilesLines
* Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier2021-09-241-1903/+0
* Fix GI annotations.Víctor Manuel Jáquez Leal2021-06-221-2/+2
* Add some missing nullable annotationsSebastian Dröge2020-11-051-1/+1
* registry: Use a toolchain-specific registry file on WindowsNirbheek Chauhan2020-06-231-1/+14
* gstregistry: Directly get list of plugin featuresEdward Hervey2020-05-051-0/+18
* gstregistry: Remove unneeded callEdward Hervey2020-05-041-0/+2
* Don't pass default GLib marshallers for signalsNiels De Graef2019-09-091-3/+2
* registry: Use plugin directory from the build system for relocateable Windows...Sebastian Dröge2019-08-091-5/+2
* registry: Avoid discovering plugins in hotdoc private directoriesThibault Saunier2019-05-161-2/+7
* Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-241-6/+2
* gst: Annotate various strings as type filename if they represent a path/filenameSebastian Dröge2017-12-031-1/+1
* gst: Correctly annotate functions taking floating reference parameters and re...Sebastian Dröge2017-05-171-4/+8
* gst: Handle floating references consistentlySebastian Dröge2017-05-171-0/+2
* Don't use deprecated g_object_newv()Tim-Philipp Müller2017-04-081-1/+1
* registry: Only scan plugin files that end with an extensionThibault Saunier2017-02-241-1/+1
* Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier2017-01-271-38/+19
* registry: set env GST_REGISTRY_DISABLE=yes to disable registryStian Selnes2016-11-011-6/+13
* registry: allow plugin and feature filter funcs to call registry APITim-Philipp Müller2016-03-261-24/+39
* registry: Add plugins to the registry we are loading and not default oneThibault Saunier2015-08-051-1/+2
* fixme: bump leftover 0.11 fixme commentsStefan Sauer2014-09-251-1/+1
* DeviceProvider: Rename from DeviceMonitorOlivier Crête2014-06-261-11/+11
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-261-6/+8
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-16/+13
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* devicemonitor: Add GstDeviceMonitor and relatedOlivier Crête2014-03-161-0/+33
* docs: Fix location of plugins and registry in home directoriesWilliam Manley2014-02-111-4/+10
* windows: Make GStreamer installation relocatableChun-wei Fan2014-02-061-4/+10
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* registry: remove some unused and in their current form pointless APITim-Philipp Müller2012-08-141-1/+4
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-8/+0
* registry: remove outdated bits of warning messageTim-Philipp Müller2012-07-041-5/+3
* Add versioned variants of some environment variablesTim-Philipp Müller2012-07-041-4/+12
* registry: We name the registry after the target cpuEdward Hervey2012-06-071-1/+1
* plugin: remove gst_plugin_name_filterTim-Philipp Müller2012-04-291-1/+7
* plugin: use GstObject flags for plugin flagsTim-Philipp Müller2012-04-291-4/+6
* registry: fix hardcoded 0.10 version in win32 pluginscannerРуслан Ижбулатов2012-04-181-1/+1
* gst: Change versioningSebastian Dröge2012-04-041-5/+5
* docs: update more documentationWim Taymans2012-03-291-8/+4
* gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge2012-03-021-3/+2
* Merge branch 'master' into 0.11Wim Taymans2012-02-081-1/+2
|\
| * registry: fix compilation with --disable-registryHavard Graff2012-02-041-1/+2
* | Replace deprecated GStaticMutex with GMutexTim-Philipp Müller2012-01-221-5/+5
* | docs: fix some docsWim Taymans2012-01-031-2/+3
* | registry: get rid of gst_default_registry_*() convenience macrosTim-Philipp Müller2012-01-021-5/+4
* | registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller2012-01-021-8/+9
* | registry: remove padding and signal vfuncsTim-Philipp Müller2011-12-301-4/+4
* | registry: move private bits into private structTim-Philipp Müller2011-12-261-37/+56
* | filter: remove gst_filter_run() and deprecated filter funcTim-Philipp Müller2011-10-311-3/+1
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-10-311-17/+58
|\ \ | |/