summaryrefslogtreecommitdiff
path: root/gst/gstplugin.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Add few missing allow-none annotationNicolas Dufresne1-8/+8
2012-12-10plugin: protect against NULL filename in debugWim Taymans1-5/+7
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-25plugin: Fail if no valid plugin metadata is setSebastian Dröge1-4/+4
2012-08-03plugin: warn if plugin name starts with a "Tim-Philipp Müller1-0/+5
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-13/+0
2012-04-29plugin: avoid some relocationsTim-Philipp Müller1-18/+14
2012-04-29plugin: remove gst_plugin_name_filterTim-Philipp Müller1-18/+0
2012-04-29plugin: remove gst_plugin_get_module()Tim-Philipp Müller1-18/+0
2012-04-29plugin: add accessor for release date time string in plugin descriptionTim-Philipp Müller1-0/+23
2012-04-04gst: Change versioningSebastian Dröge1-1/+1
2012-01-27Merge branch 'master' into 0.11Sebastian Dröge1-2/+2
2012-01-27gstplugin: add a few consts to read only dataVincent Penquerc'h1-2/+2
2012-01-22Replace deprecated GStaticMutex with GMutexTim-Philipp Müller1-5/+5
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller1-6/+6
2011-12-26registry: move private bits into private structTim-Philipp Müller1-2/+7
2011-11-13Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-23/+13
2011-11-12gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller1-23/+13
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-5/+5
2011-09-07docs, gst: typo fixesPiotr Fusik1-2/+2
2011-08-29gst: add some _priv prefixes to private methodsWim Taymans1-1/+1
2011-06-10Merge branch 'master' into 0.11Wim Taymans1-11/+11
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-8/+8
2011-05-05iterator: Refactor GstIterator to be more binding friendly and have saner ref...Sebastian Dröge1-3/+3
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-12/+13
2010-12-19taglist: Don't leak copies of empty stringsSebastian Dröge1-3/+3
2010-12-17gst: documentation fixups and annotationEdward Hervey1-4/+5
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-8/+8
2010-12-07Merge branch 'master' into 0.11Wim Taymans1-1/+2
2010-12-07plugin: recommend "--gst-disable-registry-fork" as wellStefan Kost1-4/+5
2010-12-06remove deprecated symbols and methodsWim Taymans1-35/+3
2010-09-16plugin: use strstr() instead of g_strstr_len()Tim-Philipp Müller1-1/+3
2010-08-26gstplugin: load the gst-python plugin loader with G_MODULE_BIND_LAZY.Alessandro Decina1-1/+11
2010-07-23plugin: add release datetime field to GstPluginDesc and set it if GST_PACKAGE...Tim-Philipp Müller1-2/+48
2010-07-16registry: use GStatBuf unconditionally and add typedef for backwards compatib...Tim-Philipp Müller1-20/+1
2010-07-16registrybinary: Fix compatibility with GLib 2.25 when using MSVCDavid Hoyt1-4/+23
2010-06-23binaryregistry: ignore the plugin cache if the filter environment has changedTim-Philipp Müller1-0/+15
2010-06-23pluginloading: add support for whitelisting based on plugin or source module ...Tim-Philipp Müller1-10/+136
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge1-2/+2
2010-03-12plugins: Do not ever unload a plugin after calling into itBenjamin Otte1-3/+6
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-0/+3
2010-03-10Fixes for -Wwrite-stringsBenjamin Otte1-17/+3
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-2/+0
2010-03-09Fix typos in documentationBenjamin Otte1-2/+2
2010-01-20gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller1-1/+3
2009-10-28optimisation : Use g_object_newv where possible.Edward Hervey1-3/+3
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-1/+1
2009-10-08plugin: Ignore an empty dependency list.Jan Schmidt1-1/+7
2009-10-06Add some more debug the registry.Jan Schmidt1-1/+1
2009-06-10plugin: add since: tags for the api docs.Stefan Kost1-0/+4