summaryrefslogtreecommitdiff
path: root/gst/gstplugin.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-261-2/+4
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-18/+18
* plugin: fix case where gst_plugin_load_file() didn't set the error on failureTim-Philipp Müller2014-05-081-0/+3
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-1/+1
* Add few missing allow-none annotationNicolas Dufresne2013-07-031-8/+8
* plugin: protect against NULL filename in debugWim Taymans2012-12-101-5/+7
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* plugin: Fail if no valid plugin metadata is setSebastian Dröge2012-09-251-4/+4
* plugin: warn if plugin name starts with a "Tim-Philipp Müller2012-08-031-0/+5
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-13/+0
* plugin: avoid some relocationsTim-Philipp Müller2012-04-291-18/+14
* plugin: remove gst_plugin_name_filterTim-Philipp Müller2012-04-291-18/+0
* plugin: remove gst_plugin_get_module()Tim-Philipp Müller2012-04-291-18/+0
* plugin: add accessor for release date time string in plugin descriptionTim-Philipp Müller2012-04-291-0/+23
* gst: Change versioningSebastian Dröge2012-04-041-1/+1
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-271-2/+2
|\
| * gstplugin: add a few consts to read only dataVincent Penquerc'h2012-01-271-2/+2
* | Replace deprecated GStaticMutex with GMutexTim-Philipp Müller2012-01-221-5/+5
* | registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller2012-01-021-6/+6
* | registry: move private bits into private structTim-Philipp Müller2011-12-261-2/+7
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-131-23/+13
|\ \ | |/
| * gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller2011-11-121-23/+13
* | Merge branch 'master' into 0.11Sebastian Dröge2011-09-081-5/+5
|\ \ | |/
| * docs, gst: typo fixesPiotr Fusik2011-09-071-2/+2
* | gst: add some _priv prefixes to private methodsWim Taymans2011-08-291-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-06-101-11/+11
|\ \ | |/
| * Use "const" instead G_CONST_RETURNJavier Jardón2011-06-091-8/+8
* | iterator: Refactor GstIterator to be more binding friendly and have saner ref...Sebastian Dröge2011-05-051-3/+3
* | Merge branch 'master' into 0.11Wim Taymans2011-02-221-12/+13
|\ \ | |/
| * 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
* | Merge branch 'master' into 0.11Wim Taymans2010-12-071-1/+2
|\ \ | |/
| * plugin: recommend "--gst-disable-registry-fork" as wellStefan Kost2010-12-071-4/+5
* | remove deprecated symbols and methodsWim Taymans2010-12-061-35/+3
|/
* 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