summaryrefslogtreecommitdiff
path: root/gst/gstpluginloader.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-25pluginloader: Fix typosMichael Catanzaro1-2/+2
2015-03-17pluginloader: Fix indentionSebastian Dröge1-6/+6
2014-05-14pluginloader: fix compiler warning on windowsTim-Philipp Müller1-0/+3
2014-05-12pluginloader: Don't leak pluginloader in error casesEdward Hervey1-3/+7
2014-02-06windows: Make GStreamer installation relocatableChun-wei Fan1-0/+20
2013-11-18pluginloader: check read/write before closedWim Taymans1-6/+10
2013-09-28pluginloader: Check errors on the proper fdEdward Hervey1-1/+1
2013-08-20pluginloader: Don't call memcpy() with NULL src and 0 lengthSebastian Dröge1-1/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-04Add versioned variants of some environment variablesTim-Philipp Müller1-1/+3
2012-04-29plugin: use GstObject flags for plugin flagsTim-Philipp Müller1-2/+2
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller1-1/+1
2011-04-15pluginloader: only run gst-plugin-scanner with /usr/bin/arch wrapper on OS X ...Tim-Philipp Müller1-22/+62
2011-04-11pluginloader: fix compiler warningsTim-Philipp Müller1-4/+12
2011-04-11pluginloader: make sure gst-plugin-scanner is called with the right arch on OSXJan Schmidt1-0/+19
2011-01-24gstpluginloader: do not leak the description stringVincent Penquerc'h1-3/+3
2011-01-04pluginloader: Always mark reception as complete after EXITEdward Hervey1-3/+2
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