summaryrefslogtreecommitdiff
path: root/gst/gsttask.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* task: configure the object name as thread nameWim Taymans2010-03-151-4/+32
* Make code safe for -Wredundant-declsBenjamin Otte2010-03-101-2/+0
* docs: link bus and tasksStefan Kost2009-12-141-0/+4
* optimisation : Use g_object_newv where possible.Edward Hervey2009-10-281-1/+1
* Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller2009-10-281-1/+1
* gst: Remove dead assignmentsEdward Hervey2009-08-081-3/+0
* task: fix taskpool leakWim Taymans2009-07-201-7/+6
* gsttask: avoid join to return earlyWim Taymans2009-05-251-8/+8
* docs: fix gtk-doc warningsStefan Kost2009-05-221-2/+2
* docs: Fix up some documentation warnings.Jan Schmidt2009-05-221-4/+4
* GstTask: fix compilationWim Taymans2009-05-121-1/+4
* TaskPool: remove _set_func()Wim Taymans2009-05-121-4/+5
* GstTask: add methods for configuring the poolWim Taymans2009-05-121-0/+67
* Task: remember poolWim Taymans2009-05-121-3/+12
* task: fix deadlock due to typoWim Taymans2009-05-121-1/+1
* GstTask: use GstTaskPool for managing threadsWim Taymans2009-05-121-18/+49
* Task: add method to set the priorityWim Taymans2009-05-121-0/+46
* GstTask: improve documentationWim Taymans2009-05-121-2/+4