summaryrefslogtreecommitdiff
path: root/gst/gstpluginloader.c
Commit message (Expand)AuthorAgeFilesLines
* windows: Make GStreamer installation relocatableChun-wei Fan2014-02-061-0/+20
* pluginloader: check read/write before closedWim Taymans2013-11-181-6/+10
* pluginloader: Check errors on the proper fdEdward Hervey2013-09-281-1/+1
* pluginloader: Don't call memcpy() with NULL src and 0 lengthSebastian Dröge2013-08-201-1/+2
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* Add versioned variants of some environment variablesTim-Philipp Müller2012-07-041-1/+3
* plugin: use GstObject flags for plugin flagsTim-Philipp Müller2012-04-291-2/+2
* registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller2012-01-021-1/+1
* pluginloader: only run gst-plugin-scanner with /usr/bin/arch wrapper on OS X ...Tim-Philipp Müller2011-04-151-22/+62
* pluginloader: fix compiler warningsTim-Philipp Müller2011-04-111-4/+12
* pluginloader: make sure gst-plugin-scanner is called with the right arch on OSXJan Schmidt2011-04-111-0/+19
* gstpluginloader: do not leak the description stringVincent Penquerc'h2011-01-241-3/+3
* pluginloader: Always mark reception as complete after EXITEdward Hervey2011-01-041-3/+2
* pluginloader: don't leak entries for blacklisted filesStefan Kost2010-09-091-0/+2
* comments: add a few comments to the sparsely documented plugin loaderStefan Kost2010-06-091-0/+3
* gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge2010-03-281-12/+8
* logging: remove extra newlineStefan Kost2010-03-151-1/+1
* Fixes for -Wwrite-stringsBenjamin Otte2010-03-101-1/+1
* Fixes for -Wold-style-definitionBenjamin Otte2010-03-101-1/+1
* pluginloader: fix compiler warning on win32Tim-Philipp Müller2010-01-201-18/+21
* pluginloader: try scanner set via env var before using the installed oneTim-Philipp Müller2010-01-201-16/+19
* pluginloader: disable external plugin loader on Windows until it is ported pr...Andoni Morales Alastruey2010-01-201-1/+5
* gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller2010-01-201-1/+2
* plugin-scanner: rename plugin-scanner helper binary to gst-plugin-scannerTim-Philipp Müller2009-11-181-4/+4
* plugin loader: Don't fail after a short read/writeJan Schmidt2009-11-041-36/+46
* plugin loader: Don't crash on bogus plugin detailsJan Schmidt2009-11-041-13/+28
* optimisation : Use g_object_newv where possible.Edward Hervey2009-10-281-1/+1
* pluginloader: When a plugin is blacklisted, output a GST_ERROR line.Jan Schmidt2009-10-191-1/+2
* gstpluginloader: Don't wait forever on gst_poll_wait.Edward Hervey2009-10-121-1/+1
* pluginloader: Fix valgrind warnings by zeroing padding bytes.Jan Schmidt2009-10-081-0/+3
* pluginloader: Move stdin and stdout out of harm's wayJan Schmidt2009-10-081-2/+29
* pluginloader: Add a magic number and maximum size limit.Jan Schmidt2009-10-061-8/+60
* registry: Also check the binary registry chunk version of the child.Jan Schmidt2009-10-061-18/+40
* registry: Support installed/uninstalled plugin-scanner helperJan Schmidt2009-10-061-25/+87
* Add restarting of the plugin loader and blacklisting of broken filesJan Schmidt2009-10-061-57/+185
* Plugin loader phase 2Jan Schmidt2009-10-061-6/+98
* registry: Add registry helper phase 1Jan Schmidt2009-10-061-0/+536