summaryrefslogtreecommitdiff
path: root/gst/gstregistry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * registry: don't use soon-to-be-deprecated gst_filter_run()Tim-Philipp Müller2011-10-301-17/+41
| * pluginfeature: deprecate gst_plugin_feature_type_name_filter()Tim-Philipp Müller2011-10-301-0/+18
* | Merge branch 'master' into 0.11Wim Taymans2011-10-271-0/+13
|\ \ | |/
| * registry: add support for GST_REGISTRY_REUSE_PLUGIN_SCANNER=noTim-Philipp Müller2011-10-261-0/+13
* | Revert gst_plugin_feature_get_name to const string returnRené Stadler2011-10-191-5/+2
* | gstregistry: Don't leak feature nameEdward Hervey2011-10-171-2/+5
* | fix more parent_classWim Taymans2011-10-161-2/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-09-261-5/+5
|\ \ | |/
| * gst: Fix compiler warnings on 64 bit mingw-w64Raimo Järvi2011-09-261-5/+5
* | Merge branch 'master' into 0.11Sebastian Dröge2011-09-081-1/+1
|\ \ | |/
| * docs, gst: typo fixesPiotr Fusik2011-09-071-1/+1
* | gst: add some _priv prefixes to private methodsWim Taymans2011-08-291-2/+2
* | feature: use object nameWim Taymans2011-05-241-9/+12
* | Merge branch 'master' into 0.11Wim Taymans2011-05-181-6/+7
|\ \ | |/
| * pluginfeature: avoid duplicating feature->nameStefan Kost2011-05-181-6/+7
* | core: store presets, registry and plugins in XDG directories.Philippe Normand2011-05-031-4/+5
|/
* registry: when removing a cached-but-no-longer-existing plugin, only remove f...Tim-Philipp Müller2011-04-241-6/+4
* registry: use TRACE log level to log files that don't look like pluginsTim-Philipp Müller2011-04-241-3/+3
* gst: Add some more gobject-introspection annotationsSebastian Dröge2011-04-141-2/+2
* registry: Don't replace valid existing plugins by blacklisted onesEdward Hervey2011-01-101-2/+14
* registry: ignore old libgstvalve.so and libgstselector.so plugins to minimize...Tim-Philipp Müller2011-01-061-0/+11
* Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller2010-12-261-1/+1
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-24/+27
* micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey2010-12-031-1/+1