summaryrefslogtreecommitdiff
path: root/gst/gstpluginloader.c
AgeCommit message (Expand)AuthorFilesLines
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