Lines Matching refs:internal_name
42 const gchar * device_name, GstCaps * caps, const gchar * internal_name,
283 is_default = !g_strcmp0 (dev->internal_name, self->default_sink_name); in get_server_info_cb()
286 is_default = !g_strcmp0 (dev->internal_name, self->default_source_name); in get_server_info_cb()
296 name, gst_device_get_caps (GST_DEVICE (dev)), dev->internal_name, in get_server_info_cb()
659 g_free (device->internal_name); in gst_pulse_device_finalize()
671 g_object_set (elem, "device", pulse_dev->internal_name, NULL); in gst_pulse_device_create_element()
691 g_object_set (element, "device", pulse_dev->internal_name, NULL); in gst_pulse_device_reconfigure_element()
699 GstCaps * caps, const gchar * internal_name, GstPulseDeviceType type, in gst_pulse_device_new() argument
707 g_return_val_if_fail (internal_name, NULL); in gst_pulse_device_new()
728 "internal-name", internal_name, "properties", props, NULL); in gst_pulse_device_new()
752 g_value_set_string (value, device->internal_name); in gst_pulse_device_get_property()
771 device->internal_name = g_value_dup_string (value); in gst_pulse_device_set_property()