mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
taskpool: fix docs warnings
gsttaskpool.c:507: Warning: Gst: gst_shared_task_pool_get_max_threads: unknown parameter 'max_threads' in documentation comment Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/703>
This commit is contained in:
parent
12bc728805
commit
7c0dcb91fc
1 changed files with 0 additions and 1 deletions
|
@ -504,7 +504,6 @@ gst_shared_task_pool_set_max_threads (GstSharedTaskPool * pool,
|
|||
/**
|
||||
* gst_shared_task_pool_get_max_threads:
|
||||
* @pool: a #GstSharedTaskPool
|
||||
* @max_threads: Maximum number of threads to spawn.
|
||||
*
|
||||
* Returns: the maximum number of threads @pool is configured to spawn
|
||||
* Since: 1.20
|
||||
|
|
Loading…
Reference in a new issue