Home
last modified time | relevance | path

Searched refs:GST_PAD_NAME (Results 1 – 25 of 51) sorted by relevance

123

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dtest-splitmuxpartreader.c63 "name", GST_PAD_NAME (src_pad), "direction", GST_PAD_SRC, NULL); in handle_get_pad()
65 g_print ("Creating new dummy pad %s\n", GST_PAD_NAME (src_pad)); in handle_get_pad()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpssrcdemux.c84 GST_PAD_NAME (src_pad)); in rtpssrcdemux_pad_added()
92 if (g_str_has_prefix (GST_PAD_NAME (src_pad), "src_")) { in rtpssrcdemux_pad_added()
95 } else if (g_str_has_prefix (GST_PAD_NAME (src_pad), "rtcp_src_")) { in rtpssrcdemux_pad_added()
Ddeinterleave.c92 if (strcmp (GST_PAD_NAME (pad), "sink0") == 0) { in deinterleave_chain_func()
95 } else if (strcmp (GST_PAD_NAME (pad), "sink1") == 0) { in deinterleave_chain_func()
508 fail_unless_equals_int (sscanf (GST_PAD_NAME (pad), "src_%u", &padnum), 1); in float_buffer_check_probe()
536 GST_LOG ("%s[%u]: %8f", GST_PAD_NAME (pad), i, data[i]); in float_buffer_check_probe()
577 GST_LOG ("new pad: %s", GST_PAD_NAME (pad)); in pad_added_setup_data_check_float32_8ch_cb()
Drtpbin.c411 fail_unless_equals_string (GST_PAD_NAME (rtp_sink1), "recv_rtp_sink_0"); in GST_START_TEST()
416 fail_unless_equals_string (GST_PAD_NAME (rtp_sink2), "recv_rtp_sink_1"); in GST_START_TEST()
421 fail_unless_equals_string (GST_PAD_NAME (rtp_sink3), "recv_rtp_sink_2"); in GST_START_TEST()
489 fail_unless_equals_string (GST_PAD_NAME (rtp_sink1), "send_rtp_sink_2"); in GST_START_TEST()
549 fail_unless_equals_string (GST_PAD_NAME (rtp_sink1), "recv_rtp_sink_2"); in GST_START_TEST()
611 fail_unless_equals_string (GST_PAD_NAME (rtp_sink1), "send_rtp_sink_2"); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dtest-oss4.c55 g_print (" %4s[%d]: %s\n", GST_PAD_NAME (pad), i, s); in probe_pad()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpenc.c338 sscanf (GST_PAD_NAME (target_pad), "rtp_sink_%d", &pad_n); in gst_dtls_srtp_enc_request_new_pad()
353 sscanf (GST_PAD_NAME (target_pad), "rtcp_sink_%d", &pad_n); in gst_dtls_srtp_enc_request_new_pad()
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dclient-PCMA.c113 g_print ("new payload on pad: %s\n", GST_PAD_NAME (new_pad)); in pad_added_cb()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c3523 GST_PAD_NAME (qtpad->collect.pad)); in gst_qt_mux_send_last_buffers()
3529 GST_PAD_NAME (qtpad->collect.pad)); in gst_qt_mux_send_last_buffers()
3533 "flow return: %s", GST_PAD_NAME (qtpad->collect.pad), in gst_qt_mux_send_last_buffers()
3558 GST_PAD_NAME (qtpad->collect.pad)); in gst_qt_mux_update_global_statistics()
3614 GST_PAD_NAME (qtpad->collect.pad)); in gst_qt_mux_update_global_statistics()
3665 GST_PAD_NAME (qtpad->collect.pad), GST_TIME_ARGS (diff)); in gst_qt_mux_update_edit_lists()
4633 GST_PAD_NAME (pad->collect.pad)); in gst_qt_mux_add_buffer()
4637 GST_PAD_NAME (pad->collect.pad)); in gst_qt_mux_add_buffer()
4664 "using 0 as first timestamp", GST_PAD_NAME (pad->collect.pad)); in gst_qt_mux_add_buffer()
4668 GST_TIME_FORMAT, GST_PAD_NAME (pad->collect.pad), in gst_qt_mux_add_buffer()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dsctptransport.c112 if (sscanf (GST_PAD_NAME (pad), "src_%u", &stream_id) != 1) in _on_sctp_dec_pad_removed()
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpsrc.c109 gst_ghost_pad_new_from_template (GST_PAD_NAME (pad), pad, in pad_added_cb()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dmultiqueue.c258 fail_unless_equals_string (GST_PAD_NAME (sink1), "sink_1"); in GST_START_TEST()
265 fail_unless_equals_string (GST_PAD_NAME (sink3), "sink_3"); in GST_START_TEST()
272 fail_unless_equals_string (GST_PAD_NAME (sink2), "sink_2"); in GST_START_TEST()
280 fail_unless_equals_string (GST_PAD_NAME (sink4), "sink_0"); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c1205 if (strstr (GST_PAD_NAME (pad), "video") != NULL) { in encodebin_find_pad()
1206 GST_DEBUG_OBJECT (camera, "Found video pad %s", GST_PAD_NAME (pad)); in encodebin_find_pad()
1211 if (strstr (GST_PAD_NAME (pad), "audio") != NULL) { in encodebin_find_pad()
1212 GST_DEBUG_OBJECT (camera, "Found audio pad %s", GST_PAD_NAME (pad)); in encodebin_find_pad()
1252 GST_DEBUG_OBJECT (camera, "Got pad: %s", pad ? GST_PAD_NAME (pad) : "null"); in encodebin_find_pad()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpssrcdemux.c846 res = !GST_PAD_NAME (pad) || !g_str_has_prefix (GST_PAD_NAME (pad), prefix); in src_pad_compare_func()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-reverseplay.c197 g_print ("Pad %s times:\n", GST_PAD_NAME (si->pad)); in dump_times()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c1066 GST_DEBUG_OBJECT (avimux, "removed pad '%s'", GST_PAD_NAME (pad)); in gst_avi_mux_release_pad()
1082 g_warning ("Unknown pad %s", GST_PAD_NAME (pad)); in gst_avi_mux_release_pad()
2182 GST_PAD_NAME (avipad->collect->pad)); in gst_avi_mux_do_one_buffer()
2202 GST_PAD_NAME (best_pad->collect->pad), GST_TIME_ARGS (best_time)); in gst_avi_mux_do_one_buffer()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.c1991 GST_PAD_NAME (pad->collect.pad)); in gst_asf_mux_collected()
2023 GST_PAD_NAME (best_pad->collect.pad), GST_TIME_ARGS (best_time)); in gst_asf_mux_collected()
2194 GST_PAD_NAME (pad), caps); in gst_asf_mux_audio_set_caps()
2268 GST_PAD_NAME (pad), caps); in gst_asf_mux_video_set_caps()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dcompositor.c1898 ck_assert_str_eq (GST_PAD_NAME (sinkpad1), "sink_0"); in GST_START_TEST()
1899 ck_assert_str_eq (GST_PAD_NAME (sinkpad2), "sink_7"); in GST_START_TEST()
1900 ck_assert_str_eq (GST_PAD_NAME (sinkpad3), "sink_1"); in GST_START_TEST()
1901 ck_assert_str_eq (GST_PAD_NAME (sinkpad4), "sink_8"); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixerbin.c331 GST_GHOST_PAD (gst_ghost_pad_new (GST_PAD_NAME (chain->mixer_pad), in _create_input_chain()
/third_party/gstreamer/gstreamer/gst/
Dgstelement.c667 pad_name = g_strdup (GST_PAD_NAME (pad)); in gst_element_add_pad()
785 GST_STR_NULL (GST_PAD_NAME (pad))); in gst_element_remove_pad()
875 result = strcmp (GST_PAD_NAME (pad1), name); in pad_compare_name()
Dgstpad.h830 #define GST_PAD_NAME(pad) (GST_OBJECT_NAME(pad)) macro
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmpegtsmux.c88 *padname = g_strdup (GST_PAD_NAME (sinkpad)); in setup_src_pad()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c1225 GST_PAD_NAME (data->pad), waiting, in gst_collect_pads_set_waiting()
1486 best ? GST_PAD_NAME (((GstCollectData *) best)->pad) : "(nil)", in gst_collect_pads_find_best_pad()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c533 GST_PAD_NAME (stream->pad), GST_TIME_ARGS (cur_scr_time)); in gst_flups_demux_send_data()
891 GST_TIME_FORMAT, GST_PAD_NAME (stream->pad), in gst_flups_demux_send_gap_updates()
Dresindvdbin.c842 ("Failed to handle new demuxer pad %s", GST_PAD_NAME (pad))); in demux_pad_added()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttee.c613 GST_PAD_NAME (src_pad)); in gst_tee_query_allocation()

123