Lines Matching refs:context_name
164 gchar *context_name; member
349 if (pbuf->context_name) { in gst_pulsering_destroy_context()
352 pctx = g_hash_table_lookup (gst_pulse_shared_contexts, pbuf->context_name); in gst_pulsering_destroy_context()
355 pbuf->context_name, pbuf, pctx); in gst_pulsering_destroy_context()
362 pbuf->context_name, pbuf, pctx); in gst_pulsering_destroy_context()
370 g_hash_table_remove (gst_pulse_shared_contexts, pbuf->context_name); in gst_pulsering_destroy_context()
376 g_free (pbuf->context_name); in gst_pulsering_destroy_context()
377 pbuf->context_name = NULL; in gst_pulsering_destroy_context()
518 pbuf->context_name = g_strdup_printf ("%s@%s", psink->client_name, in gst_pulseringbuffer_open_device()
521 pbuf->context_name = g_strdup (psink->client_name); in gst_pulseringbuffer_open_device()
528 pctx = g_hash_table_lookup (gst_pulse_shared_contexts, pbuf->context_name); in gst_pulseringbuffer_open_device()
534 pbuf->context_name, pbuf, pctx); in gst_pulseringbuffer_open_device()
536 if (!(pctx->context = pa_context_new (api, pbuf->context_name))) in gst_pulseringbuffer_open_device()
541 g_strdup (pbuf->context_name), (gpointer) pctx); in gst_pulseringbuffer_open_device()
558 pbuf->context_name, pbuf, pctx); in gst_pulseringbuffer_open_device()