summaryrefslogtreecommitdiff
path: root/gst/gstpluginloader.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09pluginloader: don't leak entries for blacklisted filesStefan Kost1-0/+2
2010-06-09comments: add a few comments to the sparsely documented plugin loaderStefan Kost1-0/+3
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge1-12/+8
2010-03-15logging: remove extra newlineStefan Kost1-1/+1
2010-03-10Fixes for -Wwrite-stringsBenjamin Otte1-1/+1
2010-03-10Fixes for -Wold-style-definitionBenjamin Otte1-1/+1
2010-01-20pluginloader: fix compiler warning on win32Tim-Philipp Müller1-18/+21
2010-01-20pluginloader: try scanner set via env var before using the installed oneTim-Philipp Müller1-16/+19
2010-01-20pluginloader: disable external plugin loader on Windows until it is ported pr...Andoni Morales Alastruey1-1/+5
2010-01-20gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller1-1/+2
2009-11-18plugin-scanner: rename plugin-scanner helper binary to gst-plugin-scannerTim-Philipp Müller1-4/+4
2009-11-04plugin loader: Don't fail after a short read/writeJan Schmidt1-36/+46
2009-11-04plugin loader: Don't crash on bogus plugin detailsJan Schmidt1-13/+28
2009-10-28optimisation : Use g_object_newv where possible.Edward Hervey1-1/+1
2009-10-19pluginloader: When a plugin is blacklisted, output a GST_ERROR line.Jan Schmidt1-1/+2
2009-10-12gstpluginloader: Don't wait forever on gst_poll_wait.Edward Hervey1-1/+1
2009-10-08pluginloader: Fix valgrind warnings by zeroing padding bytes.Jan Schmidt1-0/+3
2009-10-08pluginloader: Move stdin and stdout out of harm's wayJan Schmidt1-2/+29
2009-10-06pluginloader: Add a magic number and maximum size limit.Jan Schmidt1-8/+60
2009-10-06registry: Also check the binary registry chunk version of the child.Jan Schmidt1-18/+40
2009-10-06registry: Support installed/uninstalled plugin-scanner helperJan Schmidt1-25/+87
2009-10-06Add restarting of the plugin loader and blacklisting of broken filesJan Schmidt1-57/+185
2009-10-06Plugin loader phase 2Jan Schmidt1-6/+98
2009-10-06registry: Add registry helper phase 1Jan Schmidt1-0/+536