summaryrefslogtreecommitdiff
path: root/gst/gstregistry.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03core: store presets, registry and plugins in XDG directories.Philippe Normand1-4/+5
2011-04-24registry: when removing a cached-but-no-longer-existing plugin, only remove f...Tim-Philipp Müller1-6/+4
2011-04-24registry: use TRACE log level to log files that don't look like pluginsTim-Philipp Müller1-3/+3
2011-04-14gst: Add some more gobject-introspection annotationsSebastian Dröge1-2/+2
2011-01-10registry: Don't replace valid existing plugins by blacklisted onesEdward Hervey1-2/+14
2011-01-06registry: ignore old libgstvalve.so and libgstselector.so plugins to minimize...Tim-Philipp Müller1-0/+11
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller1-1/+1
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-24/+27
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey1-1/+1
2010-07-16registry: use GStatBuf unconditionally and add typedef for backwards compatib...Tim-Philipp Müller1-4/+1
2010-07-16registrybinary: Fix compatibility with GLib 2.25 when using MSVCDavid Hoyt1-0/+4
2010-06-19registry: also skip .deps dirs when scanning for pluginsTim-Philipp Müller1-6/+21
2010-06-09docs: update docs (format and search path).Stefan Kost1-7/+27
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-4/+4
2010-03-10Fixes for -Wold-style-definitionBenjamin Otte1-1/+1
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-5/+1
2010-01-20pluginloader: disable external plugin loader on Windows until it is ported pr...Andoni Morales Alastruey1-0/+6
2009-11-27docs: fix more bogus xrefsStefan Kost1-2/+2
2009-11-25docs: fix xrefs in docsStefan Kost1-1/+1
2009-11-25docs: add missing parameter doc stringStefan Kost1-0/+1
2009-11-12registry: Import _priv_gst_dll_handle into gstregistry.cРуслан Ижбулатов1-0/+4
2009-11-10registry: API: Add gst_{default,}_registry_get_feature_list_cookie()Sebastian Dröge1-0/+18
2009-10-28optimisation : Use g_object_newv where possible.Edward Hervey1-1/+1
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-1/+1
2009-10-24registry: private is a C++ keyword, don't use itSebastian Dröge1-19/+18
2009-10-24typefind: Keep typefind factories sorted in the registry. Fixes #599147Edward Hervey1-3/+18
2009-10-24registry: Cache element and typefind factories. Fixes 598896Edward Hervey1-0/+96
2009-10-24gstregistry: Add a cookie for detecting feature list changesEdward Hervey1-0/+14
2009-10-22gstregistry: Use hash table when finding a feature. Fixes #598895Edward Hervey1-14/+4
2009-10-20registry: hash the plugin basenameWim Taymans1-19/+24
2009-10-20registry: name is never NULLWim Taymans1-3/+0
2009-10-20registry: refactor plugin lookupWim Taymans1-18/+27
2009-10-20registry: do quick check for . filesWim Taymans1-2/+4
2009-10-08registry: Fix error handling in the registry loaderJan Schmidt1-2/+7
2009-10-07registry: improve plugin loader failure message for uninstalled setupsTim-Philipp Müller1-1/+6
2009-10-06Remove checking for and mentions of fork where possible.Jan Schmidt1-20/+10
2009-10-06Only load the registry cache once per process.Jan Schmidt1-0/+3
2009-10-06Add some more debug the registry.Jan Schmidt1-3/+4
2009-10-06Plugin loader phase 2Jan Schmidt1-4/+7
2009-10-06registry: Add registry helper phase 1Jan Schmidt1-180/+176
2009-10-06registry: Rearrange some things.Jan Schmidt1-36/+482
2009-07-08registry: Use g_build_filename() instead of g_strjoin() with /Sebastian Dröge1-1/+1
2009-06-30Spread branch prediction macros.Edward Hervey1-2/+3
2009-06-10docs: a few small API doc fixes and additionsTim-Philipp Müller1-5/+4
2009-05-31registry: fix comment formattingStefan Kost1-2/+4
2009-05-11Avoid unneeded type checksWim Taymans1-4/+2
2009-05-11registry: avoid calling _get_name() too muchWim Taymans1-3/+5
2009-05-11Use new _ref_sink when we canWim Taymans1-6/+3
2009-03-26registry: ignore .git directory when recursively scanning plugin paths for pl...Tim-Philipp Müller1-2/+2
2009-01-06Add API for making a GStreamer plugin 'dependent' on external files, director...Tim-Philipp Müller1-4/+12