Home
last modified time | relevance | path

Searched refs:pad_name (Results 1 – 25 of 43) sorted by relevance

12

/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstlatency.c213 gchar *pad_name, *element_name, *element_id; in log_element_latency() local
221 pad_name = gst_pad_get_name (pad); in log_element_latency()
228 gst_tracer_record_log (tr_element_latency, element_id, element_name, pad_name, in log_element_latency()
231 g_free (pad_name); in log_element_latency()
246 gchar *pad_name, *element_name, *element_id; in send_latency_probe() local
253 pad_name = gst_pad_get_name (pad); in send_latency_probe()
259 latency_probe_pad, G_TYPE_STRING, pad_name, in send_latency_probe()
265 g_free (pad_name); in send_latency_probe()
275 pad_name = gst_pad_get_name (peer_pad); in send_latency_probe()
281 latency_probe_pad, G_TYPE_STRING, pad_name, in send_latency_probe()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstdebugutils.c243 gchar *pad_name, *param_name = NULL; in debug_dump_pad() local
250 pad_name = debug_dump_make_object_name (GST_OBJECT (pad)); in debug_dump_pad()
301 spc, element_name, pad_name, color_name, GST_OBJECT_NAME (pad), in debug_dump_pad()
307 spc, element_name, pad_name, color_name, GST_OBJECT_NAME (pad), in debug_dump_pad()
312 g_free (pad_name); in debug_dump_pad()
335 gchar *pad_name, *target_pad_name; in debug_dump_element_pad() local
347 pad_name = debug_dump_make_object_name (GST_OBJECT (pad)); in debug_dump_element_pad()
352 target_element_name, target_pad_name, element_name, pad_name); in debug_dump_element_pad()
356 element_name, pad_name, target_element_name, target_pad_name); in debug_dump_element_pad()
363 g_free (pad_name); in debug_dump_element_pad()
[all …]
Dgstelement.c750 gchar *pad_name; in gst_element_add_pad() local
758 pad_name = g_strdup (GST_PAD_NAME (pad)); in gst_element_add_pad()
760 GST_STR_NULL (pad_name)); in gst_element_add_pad()
767 if (G_UNLIKELY (!gst_object_check_uniqueness (element->pads, pad_name))) in gst_element_add_pad()
781 g_free (pad_name); in gst_element_add_pad()
810 pad_name, GST_ELEMENT_NAME (element)); in gst_element_add_pad()
812 g_free (pad_name); in gst_element_add_pad()
821 pad_name, GST_ELEMENT_NAME (element)); in gst_element_add_pad()
823 g_free (pad_name); in gst_element_add_pad()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelement.c508 gchar *pad_name; in gst_test_element3_request_new_pad() local
519 pad_name = g_strdup_printf ("src_%ublah_blah_%ublah", i, i + 1); in gst_test_element3_request_new_pad()
521 pad_name = g_strdup_printf ("src_%u", i); in gst_test_element3_request_new_pad()
523 pad_name = g_strdup_printf ("src_%u_%u", i, i + 1); in gst_test_element3_request_new_pad()
525 pad_name = g_strdup_printf ("src_%u_%u_%u", i, i + 1, i + 2); in gst_test_element3_request_new_pad()
527 pad_name = g_strdup (name); in gst_test_element3_request_new_pad()
530 pad = gst_pad_new_from_template (templ, pad_name); in gst_test_element3_request_new_pad()
535 g_free (pad_name); in gst_test_element3_request_new_pad()
656 const gchar *pad_name, *templ_name; in GST_START_TEST() local
729 pad_name = (const gchar *) key; in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpdec.c543 gchar *pad_name, *pad_stream_id; in get_pad_for_stream_id() local
546 pad_name = g_strdup_printf ("src_%hu", stream_id); in get_pad_for_stream_id()
547 new_pad = gst_element_get_static_pad (GST_ELEMENT (self), pad_name); in get_pad_for_stream_id()
549 g_free (pad_name); in get_pad_for_stream_id()
567 new_pad = g_object_new (GST_TYPE_SCTP_DEC_PAD, "name", pad_name, in get_pad_for_stream_id()
569 g_free (pad_name); in get_pad_for_stream_id()
623 gchar *pad_name; in on_gst_sctp_association_stream_reset() local
628 pad_name = g_strdup_printf ("src_%hu", stream_id); in on_gst_sctp_association_stream_reset()
629 srcpad = gst_element_get_static_pad (GST_ELEMENT (self), pad_name); in on_gst_sctp_association_stream_reset()
630 g_free (pad_name); in on_gst_sctp_association_stream_reset()
Dgstsctpenc.c1016 gchar *pad_name; in on_get_stream_bytes_sent() local
1021 pad_name = g_strdup_printf ("sink_%u", stream_id); in on_get_stream_bytes_sent()
1022 pad = gst_element_get_static_pad (GST_ELEMENT (self), pad_name); in on_get_stream_bytes_sent()
1023 g_free (pad_name); in on_get_stream_bytes_sent()
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Ddecodebin3.c242 gchar *pad_name = gst_pad_get_name (pad); in decodebin_pad_added_cb() local
246 if (!g_ascii_strncasecmp (pad_name, "video_", 6)) in decodebin_pad_added_cb()
248 else if (!g_ascii_strncasecmp (pad_name, "audio_", 6)) in decodebin_pad_added_cb()
250 else if (!g_ascii_strncasecmp (pad_name, "text_", 5)) in decodebin_pad_added_cb()
255 g_free (pad_name); in decodebin_pad_added_cb()
Duridecodebin3-select-all.c222 gchar *pad_name = gst_pad_get_name (pad); in decodebin_pad_added_cb() local
226 gst_println ("New pad %s added, try linking with sink", pad_name); in decodebin_pad_added_cb()
227 g_free (pad_name); in decodebin_pad_added_cb()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dtest-oss4.c38 probe_pad (GstElement * element, const gchar * pad_name) in probe_pad() argument
44 pad = gst_element_get_static_pad (element, pad_name); in probe_pad()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_common.c130 gchar *pad_name; in gst_adaptive_demux_test_find_test_data_by_stream() local
135 pad_name = gst_pad_get_name (stream->pad); in gst_adaptive_demux_test_find_test_data_by_stream()
136 fail_unless (pad_name != NULL); in gst_adaptive_demux_test_find_test_data_by_stream()
139 if (strcmp (td->name, pad_name) == 0) { in gst_adaptive_demux_test_find_test_data_by_stream()
146 g_free (pad_name); in gst_adaptive_demux_test_find_test_data_by_stream()
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c148 GstPad * switch_bin_pad, gchar const *pad_name, GstCaps * filter);
446 char const *pad_name) in gst_switch_bin_handle_query() argument
467 gst_switch_bin_get_allowed_caps (switch_bin, pad, pad_name, filter); in gst_switch_bin_handle_query()
475 pad_name); in gst_switch_bin_handle_query()
493 pad_name, (gpointer) caps); in gst_switch_bin_handle_query()
512 pad_name, (gint) acceptable, (gpointer) caps); in gst_switch_bin_handle_query()
821 GstPad * switch_bin_pad, gchar const *pad_name, GstCaps * filter) in gst_switch_bin_get_allowed_caps() argument
860 pad = gst_element_get_static_pad (path->element, pad_name); in gst_switch_bin_get_allowed_caps()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c1984 gchar *pad_name = NULL; in _on_sending_rtcp() local
1986 pad_name = in _on_sending_rtcp()
1989 pad = gst_element_get_static_pad (webrtc->rtpbin, pad_name); in _on_sending_rtcp()
1990 g_free (pad_name); in _on_sending_rtcp()
2244 gchar *pad_name; in _create_transport_channel() local
2264 pad_name = g_strdup_printf ("recv_rtcp_sink_%u", ret->session_id); in _create_transport_channel()
2266 GST_ELEMENT (webrtc->rtpbin), pad_name)) in _create_transport_channel()
2268 g_free (pad_name); in _create_transport_channel()
2270 pad_name = g_strdup_printf ("send_rtcp_src_%u", ret->session_id); in _create_transport_channel()
2271 if (!gst_element_link_pads (GST_ELEMENT (webrtc->rtpbin), pad_name, in _create_transport_channel()
[all …]
Dtransportsendbin.c142 block_peer_pad (GstElement * elem, const gchar * pad_name) in block_peer_pad() argument
147 pad = gst_element_get_static_pad (elem, pad_name); in block_peer_pad()
Dwebrtcdatachannel.c1041 gchar *pad_name; in webrtc_data_channel_link_to_sctp() local
1044 pad_name = g_strdup_printf ("sink_%u", id); in webrtc_data_channel_link_to_sctp()
1046 channel->sctp_transport->sctpenc, pad_name)) in webrtc_data_channel_link_to_sctp()
1048 g_free (pad_name); in webrtc_data_channel_link_to_sctp()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashsink.c951 const gchar * pad_name, const GstCaps * caps) in gst_dash_sink_request_new_pad() argument
957 const gchar *split_pad_name = pad_name; in gst_dash_sink_request_new_pad()
973 if (pad_name) in gst_dash_sink_request_new_pad()
974 stream->representation_id = g_strdup (pad_name); in gst_dash_sink_request_new_pad()
997 pad = gst_ghost_pad_new_from_template (pad_name, peer, templ); in gst_dash_sink_request_new_pad()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.c726 gchar *pad_name; in gst_audio_interleave_request_new_pad() local
739 pad_name = g_strdup_printf ("sink_%u", padnumber); in gst_audio_interleave_request_new_pad()
742 templ, pad_name, caps); in gst_audio_interleave_request_new_pad()
743 g_free (pad_name); in gst_audio_interleave_request_new_pad()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstconcat.c290 gchar *pad_name; in gst_concat_request_new_pad() local
296 pad_name = g_strdup_printf ("sink_%u", self->pad_count); in gst_concat_request_new_pad()
301 "name", pad_name, "direction", templ->direction, "template", templ, in gst_concat_request_new_pad()
303 g_free (pad_name); in gst_concat_request_new_pad()
/third_party/gstreamer/gstreamer/tests/check/libs/
Daggregator.c382 gchar *pad_name = g_strdup_printf ("src%d", num_src_pads); in _chain_data_init() local
388 data->srcpad = gst_pad_new_from_static_template (&srctemplate, pad_name); in _chain_data_init()
389 g_free (pad_name); in _chain_data_init()
457 gchar *pad_name = g_strdup_printf ("sink%d", num_sink_pads); in _test_data_init() local
460 test->sinkpad = gst_pad_new_from_static_template (&sinktemplate, pad_name); in _test_data_init()
463 g_free (pad_name); in _test_data_init()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c5168 gchar *pad_name = NULL; in gst_rtp_bin_get_free_pad_name() local
5175 g_free (pad_name); in gst_rtp_bin_get_free_pad_name()
5176 pad_name = g_strdup_printf (templ->name_template, session++); in gst_rtp_bin_get_free_pad_name()
5189 if (strcmp (name, pad_name) == 0) { in gst_rtp_bin_get_free_pad_name()
5213 GST_DEBUG_OBJECT (element, "free pad name found: '%s'", pad_name); in gst_rtp_bin_get_free_pad_name()
5214 return pad_name; in gst_rtp_bin_get_free_pad_name()
5227 gchar *pad_name = NULL; in gst_rtp_bin_request_new_pad() local
5239 pad_name = gst_rtp_bin_get_free_pad_name (element, templ); in gst_rtp_bin_request_new_pad()
5242 pad_name = g_strdup (name); in gst_rtp_bin_request_new_pad()
5245 GST_DEBUG_OBJECT (rtpbin, "Trying to request a pad with name %s", pad_name); in gst_rtp_bin_request_new_pad()
[all …]
/third_party/gstreamer/gstplugins_good/gst/interleave/
Dinterleave.c505 gchar *pad_name; in gst_interleave_request_new_pad() local
518 pad_name = g_strdup_printf ("sink_%u", padnumber); in gst_interleave_request_new_pad()
520 "name", pad_name, "direction", templ->direction, in gst_interleave_request_new_pad()
523 GST_DEBUG_OBJECT (self, "requested new pad %s", pad_name); in gst_interleave_request_new_pad()
524 g_free (pad_name); in gst_interleave_request_new_pad()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin3.c548 gchar *pad_name; in add_output_pad() local
558 pad_name = gst_pad_get_name (target_pad); in add_output_pad()
559 output->ghost_pad = gst_ghost_pad_new (pad_name, target_pad); in add_output_pad()
560 g_free (pad_name); in add_output_pad()
/third_party/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py119 pad_name = func.pad_after(p)
120 if pad_name:
122 pad.name = pad_name
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtdemux.c747 gchar *pad_name = gst_pad_get_name (pad); in qtdemux_pad_added_cb_check_name() local
750 fail_unless (!g_strcmp0 (pad_name, data)); in qtdemux_pad_added_cb_check_name()
751 g_free (pad_name); in qtdemux_pad_added_cb_check_name()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c261 gchar *pad_name = g_strdup_printf (template->name_template, *n_stream); in gst_test_src_bin_setup_src() local
285 gst_ghost_pad_new_from_template (pad_name, pad, in gst_test_src_bin_setup_src()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Ddvbbasebin.c744 gchar *pad_name; in dvb_base_bin_request_new_pad() local
758 pad_name = gst_pad_get_name (pad); in dvb_base_bin_request_new_pad()
759 ghost = gst_ghost_pad_new (pad_name, pad); in dvb_base_bin_request_new_pad()
761 g_free (pad_name); in dvb_base_bin_request_new_pad()

12