Searched refs:numsrcpads (Results 1 – 13 of 13) sorted by relevance
281 fail_unless (rtpbin->numsrcpads == 0); in GST_START_TEST()299 fail_unless (rtpbin->numsrcpads == 1); in GST_START_TEST()313 fail_unless (rtpbin->numsrcpads == 0); in GST_START_TEST()353 fail_unless (rtpbin->numsrcpads == 0); in GST_START_TEST()371 fail_unless (rtpbin->numsrcpads == 1); in GST_START_TEST()394 fail_unless (rtpbin->numsrcpads == 0); in GST_START_TEST()512 fail_unless (rtpbin->numsrcpads == 0); in GST_START_TEST()569 fail_unless (rtpbin->numsrcpads == 0); in GST_START_TEST()
68 if (disp->index >= elem->numsrcpads) in gst_round_robin_chain()
312 if (element->numsrcpads != 1 || element->numsinkpads != 1) { in validate_element()334 if (element->numsrcpads == 1) in get_single_pad()
424 name = g_strdup_printf ("src_%u", GST_ELEMENT (self)->numsrcpads); in encodebin_pad_added_cb()870 } else if (filter->numsrcpads != 1) { in _set_filter()
783 guint16 numsrcpads; member
787 element->numsrcpads++; in gst_element_add_pad()910 element->numsrcpads--; in gst_element_remove_pad()1463 &element->srcpads, &element->numsrcpads); in gst_element_foreach_src_pad()
3982 g_return_val_if_fail (parent->numsrcpads <= 1 || stream_id, NULL); in gst_pad_create_stream_id_internal()
298 num_streams = (GST_ELEMENT_CAST (demux)->numsrcpads) >> 1; in find_or_create_demux_pad_for_ssrc()
527 g_value_set_int (value, GST_ELEMENT (tee)->numsrcpads); in gst_tee_get_property()
344 fail_unless (b2->numsrcpads == 1); in GST_START_TEST()
2215 name = g_strdup_printf ("src_%u", GST_ELEMENT (ebin)->numsrcpads); in create_elements_and_pads()
622 *has_srcpad = element->numsrcpads > 0; in check_element_type()
77268 numsrcpads = 0, srcpads = 0x0, numsinkpads = 1, sinkpads = 0x109cc30,