summaryrefslogtreecommitdiff
path: root/gst/gstplugin.c
Commit message (Expand)AuthorAgeFilesLines
* plugin: protect against NULL filename in debugWim Taymans2012-12-101-5/+7
* gstplugin: add a few consts to read only dataVincent Penquerc'h2012-01-271-2/+2
* gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller2011-11-121-23/+13
* docs, gst: typo fixesPiotr Fusik2011-09-071-2/+2
* Use "const" instead G_CONST_RETURNJavier Jardón2011-06-091-8/+8
* taglist: Don't leak copies of empty stringsSebastian Dröge2010-12-191-3/+3
* gst: documentation fixups and annotationEdward Hervey2010-12-171-4/+5
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-8/+8
* plugin: recommend "--gst-disable-registry-fork" as wellStefan Kost2010-12-071-4/+5
* plugin: use strstr() instead of g_strstr_len()Tim-Philipp Müller2010-09-161-1/+3
* gstplugin: load the gst-python plugin loader with G_MODULE_BIND_LAZY.Alessandro Decina2010-08-261-1/+11
* plugin: add release datetime field to GstPluginDesc and set it if GST_PACKAGE...Tim-Philipp Müller2010-07-231-2/+48
* registry: use GStatBuf unconditionally and add typedef for backwards compatib...Tim-Philipp Müller2010-07-161-20/+1
* registrybinary: Fix compatibility with GLib 2.25 when using MSVCDavid Hoyt2010-07-161-4/+23
* binaryregistry: ignore the plugin cache if the filter environment has changedTim-Philipp Müller2010-06-231-0/+15
* pluginloading: add support for whitelisting based on plugin or source module ...Tim-Philipp Müller2010-06-231-10/+136
* gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge2010-03-281-2/+2
* plugins: Do not ever unload a plugin after calling into itBenjamin Otte2010-03-121-3/+6
* Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte2010-03-111-0/+3
* Fixes for -Wwrite-stringsBenjamin Otte2010-03-101-17/+3
* Make code safe for -Wredundant-declsBenjamin Otte2010-03-101-2/+0
* Fix typos in documentationBenjamin Otte2010-03-091-2/+2
* gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller2010-01-201-1/+3
* optimisation : Use g_object_newv where possible.Edward Hervey2009-10-281-3/+3
* Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller2009-10-281-1/+1
* plugin: Ignore an empty dependency list.Jan Schmidt2009-10-081-1/+7
* Add some more debug the registry.Jan Schmidt2009-10-061-1/+1
* plugin: add since: tags for the api docs.Stefan Kost2009-06-101-0/+4
* plugin: fix leaks introduced by fix for #584389Stefan Kost2009-06-101-2/+5
* registry: allow plugins to cache extra data in registry. Fixes #570233Stefan Kost2009-06-071-0/+43
* registry: don't recreate features on first use. Fixes #584389Stefan Kost2009-06-071-17/+24
* API: Add gst_plugin_register_static_full()José Alburquerque2009-05-121-9/+88
* GstPlugin: fix compilation if both HAVE_WIN32 and HAVE_SIGACTION are definedTim-Philipp Müller2009-04-171-6/+3
* Add API for making a GStreamer plugin 'dependent' on external files, director...Tim-Philipp Müller2009-01-061-1/+526
* gst/: GstRegistryPool doesn't exist; don't refer to it in docs.Michael Smith2008-07-151-4/+1
* gst/gstplugin.c: Print error debug message if plugin description fields that ...Tim-Philipp Müller2008-07-021-0/+15
* gst/gstplugin.c: Fix old-style static plugins via GST_PLUGIN_DEFINE_STATIC ag...Tim-Philipp Müller2008-01-201-11/+27
* gst/: Change API of gst_plugin_register_static() to not take a GstPluginDesc,...Tim-Philipp Müller2008-01-171-8/+38
* API: add gst_plugin_register_static() and deprecateTim-Philipp Müller2008-01-091-13/+47
* gst/gstplugin.c: Include "glib-compat-private.h" to fix the build on system w...Stefan Kost2007-12-111-0/+1
* gst/gst.c: Make _gst_disable_segtrap static, it's only used in gstplugin.c a...Tim-Philipp Müller2007-11-061-10/+3
* gst/: Put more strings into the GLib quark table. No need to keep a hundred-s...Tim-Philipp Müller2007-10-091-13/+7
* gst/gstplugin.c: Fix docs that mention 'plugin_desc' instead of 'gst_plugin_d...Stefan Kost2007-10-031-2/+3
* gst/gstplugin.*: Add the 3-clause BSD license and the MIT/X11 license to the ...Sebastian Dröge2007-09-241-0/+4
* gst/: Remove empty instance_init() functions to save relocs and lessen the no...Stefan Kost2007-06-271-3/+3
* gst/gstplugin.c: If we fail to load a plugin because of unresolved symbols or...Tim-Philipp Müller2007-05-161-1/+1
* gst/gstplugin.c: gst_plugin_register_func() doesn't actually do anything with...David Schleef2007-05-131-8/+7
* gst/gstplugin.c: Using sigaction should depend on HAVE_SIGACTION, not HAVE_WI...David Schleef2007-05-131-3/+3
* gst/: Don't print a g_warning for any failure to load a shared object.Michael Smith2007-05-111-0/+4
* gst/gstplugin.c (gst_plugin_load_file): gst/gstregistry.c (GST_CAT_DEFAULT, g...Stefan Kost2007-05-111-1/+2