Home
last modified time | relevance | path

Searched refs:multi_task_context (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c480 klass->multi_task_context.task = NULL; in gst_curl_http_src_class_init()
481 klass->multi_task_context.refcount = 0; in gst_curl_http_src_class_init()
482 klass->multi_task_context.queue = NULL; in gst_curl_http_src_class_init()
483 klass->multi_task_context.state = GSTCURL_MULTI_LOOP_STATE_STOP; in gst_curl_http_src_class_init()
484 klass->multi_task_context.multi_handle = NULL; in gst_curl_http_src_class_init()
485 g_mutex_init (&klass->multi_task_context.mutex); in gst_curl_http_src_class_init()
488 g_mutex_init (&klass->multi_task_context.multiple_mutex); in gst_curl_http_src_class_init()
490 g_cond_init (&klass->multi_task_context.signal); in gst_curl_http_src_class_init()
783 g_mutex_lock (&klass->multi_task_context.multiple_mutex); in gst_curl_http_src_ref_multi()
786 g_mutex_lock (&klass->multi_task_context.mutex); in gst_curl_http_src_ref_multi()
[all …]
Dgstcurlhttpsrc.h140 GstCurlHttpSrcMultiTaskContext multi_task_context; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog42384 9. leak of multi_task_context.task
42402 both the global multi_task_context mutex and the per-element
42406 1. multi_task_context.task_rec_mutex