Home
last modified time | relevance | path

Searched refs:GST_PAD_PROBE_INFO_ID (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-effect-switch.c50 gst_pad_remove_probe (pad, GST_PAD_PROBE_INFO_ID (info)); in event_probe_cb()
93 gst_pad_remove_probe (pad, GST_PAD_PROBE_INFO_ID (info)); in pad_probe_cb()
/third_party/gstreamer/gstplugins_bad/tests/examples/
Dplayout.c263 item->audio_pad_probe_block_id = GST_PAD_PROBE_INFO_ID (info); in playout_item_pad_probe_blocked()
265 item->video_pad_probe_block_id = GST_PAD_PROBE_INFO_ID (info); in playout_item_pad_probe_blocked()
332 gst_pad_remove_probe (srcpad, GST_PAD_PROBE_INFO_ID (info)); in playout_item_pad_probe_video_pad_eos_on_buffer()
383 gst_pad_remove_probe (srcpad, GST_PAD_PROBE_INFO_ID (info)); in playout_item_pad_probe_event()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpdec.c487 gst_pad_remove_probe (pad, GST_PAD_PROBE_INFO_ID (info)); in remove_dtls_decoder_probe_callback()
Dgstdtlssrtpenc.c550 gst_pad_remove_probe (pad, GST_PAD_PROBE_INFO_ID (info)); in remove_dtls_encoder_probe_callback()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h609 #define GST_PAD_PROBE_INFO_ID(d) ((d)->id) macro