summaryrefslogtreecommitdiff
path: root/gst/gsttaskpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gsttaskpool.c')
-rw-r--r--gst/gsttaskpool.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gst/gsttaskpool.c b/gst/gsttaskpool.c
index 43124099cf..ba7413be00 100644
--- a/gst/gsttaskpool.c
+++ b/gst/gsttaskpool.c
@@ -159,8 +159,6 @@ gst_task_pool_finalize (GObject * object)
* GThreadPool for threads.
*
* Returns: (transfer full): a new #GstTaskPool. gst_object_unref() after usage.
- *
- * Since: 0.10.24
*/
GstTaskPool *
gst_task_pool_new (void)
@@ -180,8 +178,6 @@ gst_task_pool_new (void)
* Prepare the taskpool for accepting gst_task_pool_push() operations.
*
* MT safe.
- *
- * Since: 0.10.24
*/
void
gst_task_pool_prepare (GstTaskPool * pool, GError ** error)
@@ -204,8 +200,6 @@ gst_task_pool_prepare (GstTaskPool * pool, GError ** error)
* to ensure proper cleanup of internal data structures in test suites.
*
* MT safe.
- *
- * Since: 0.10.24
*/
void
gst_task_pool_cleanup (GstTaskPool * pool)
@@ -232,8 +226,6 @@ gst_task_pool_cleanup (GstTaskPool * pool)
* Returns: (transfer none): a pointer that should be used for the
* gst_task_pool_join function. This pointer can be NULL, you must
* check @error to detect errors.
- *
- * Since: 0.10.24
*/
gpointer
gst_task_pool_push (GstTaskPool * pool, GstTaskPoolFunction func,
@@ -265,8 +257,6 @@ not_supported:
*
* Join a task and/or return it to the pool. @id is the id obtained from
* gst_task_pool_push().
- *
- * Since: 0.10.24
*/
void
gst_task_pool_join (GstTaskPool * pool, gpointer id)