summaryrefslogtreecommitdiff
path: root/gst/gsttask.c
Commit message (Expand)AuthorAgeFilesLines
* Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier2021-09-241-954/+0
* gst: don't use volatile to mean atomicMatthew Waters2021-03-191-1/+1
* task: Use SetThreadDescription Win32 API for setting thread nameSeungha Yang2021-01-141-2/+58
* gst: Delay creation of threadpoolsEdward Hervey2020-06-161-13/+20
* task: Introduce gst_task_resume() APINicolas Dufresne2020-04-011-23/+58
* Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-241-7/+3
* gst: Don't ref_sink() GstObject subclasses in instance_init/constructorSebastian Dröge2017-05-171-3/+3
* Don't use deprecated g_object_newv()Tim-Philipp Müller2017-04-081-1/+1
* Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier2017-01-271-0/+1
* Change some types to match their prototypesScott D Phillips2016-11-141-1/+1
* element: clean up thread pool from gst_task_cleanup_all()Guillaume Desmottes2016-07-081-0/+3
* Use MAY_BE_LEAKED_FLAGGuillaume Desmottes2016-06-021-0/+2
* Whenever we include windows.h, also define WIN32_LEAN_AND_MEANNirbheek Chauhan2016-02-201-0/+1
* task: add function guard for _set_lock() and fix guard for _join()Prashant Gotarne2015-07-131-2/+4
* task: guard against NULL task functionPrashant Gotarne2015-06-251-0/+2
* build: Check that _MSC_VER macro is definedNicolas Dufresne2015-02-011-1/+1
* task: Add thread name support on OS X and iOSIlya Konstantinov2015-02-011-2/+17
* task: Fix pause/stop race conditionHaakon Sporsheim2014-11-121-18/+17
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-1/+1
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* gst: clear floating references for GstTask, GstTaskPool and GstCollectPadsBrendan Long2014-02-061-0/+3
* task: documentation updatePhilippe Normand2012-11-141-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-6/+0
* task: add separate methods to add enter/leave callbackWim Taymans2012-06-201-41/+69
* task: add GDestroyNotify to _newWim Taymans2012-06-201-5/+10
* task: remove gst_task_set_priority()Tim-Philipp Müller2012-04-081-44/+0
* docs: update more documentationWim Taymans2012-03-291-3/+3
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-03-081-0/+1
|\
| * pad, task: improve debug loggingTim-Philipp Müller2012-03-081-1/+3
* | task: add more debugWim Taymans2012-02-151-0/+2
* | Replace deprecated GStaticMutex with GMutexTim-Philipp Müller2012-01-221-5/+5
* | Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller2012-01-221-14/+1
* | Update for new gthread APIWim Taymans2012-01-191-13/+9
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-041-1/+16
|\ \ | |/
| * Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller2011-12-041-0/+3
| * Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-041-1/+13
* | task: don't use lock/unlock_fullWim Taymans2011-11-031-7/+2
* | task: api cleanupWim Taymans2011-11-021-3/+3
* | Merge branch 'master' into 0.11Wim Taymans2011-08-261-1/+1
|\ \ | |/
| * task: explicitly cast to the enum typeJosep Torra2011-08-261-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-07-071-1/+1
|\ \ | |/
| * task: Check for PR_SET_NAME before usingEmmanuel Pacaud2011-06-251-1/+1
* | cleanupsWim Taymans2011-02-221-6/+6
|/
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-6/+6
* task: avoid task lock for each iterationWim Taymans2010-12-031-28/+32
* gsttask: Set thread names on Windows with MSVC if a debugger is attachedDavid Hoyt2010-12-021-0/+38
* task: snprintf needs to include "stdio.h"Stefan Kost2010-03-161-0/+2
* task: use bionic/libc friendly arguments to prctlWim Taymans2010-03-151-1/+1
* task: update docs.Wim Taymans2010-03-151-1/+6