Home
last modified time | relevance | path

Searched refs:GST_PAD_PROBE_PASS (Results 1 – 23 of 23) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/
Dplayout.c302 return GST_PAD_PROBE_PASS; in playout_item_pad_probe_pad_running_time()
342 return GST_PAD_PROBE_PASS; in playout_item_pad_probe_video_pad_eos_on_buffer()
362 return GST_PAD_PROBE_PASS; in playout_item_pad_probe_video_pad_eos_on_buffer()
379 return GST_PAD_PROBE_PASS; in playout_item_pad_probe_event()
406 probe_ret = GST_PAD_PROBE_PASS; in playout_item_pad_probe_event()
477 probe_ret = GST_PAD_PROBE_PASS; in playout_item_pad_probe_event()
966 return GST_PAD_PROBE_PASS; in playout_item_pad_probe_video_pad_running_time()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-reverseplay.c232 return GST_PAD_PROBE_PASS; in handle_output()
254 return GST_PAD_PROBE_PASS; in handle_output()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dleaks.c56 return GST_PAD_PROBE_PASS; in ref_buffer()
71 return GST_PAD_PROBE_PASS; in ref_buffer()
Dqueue2.c256 ret = GST_PAD_PROBE_PASS; in block_without_queries_probe()
Dselector.c63 return GST_IS_BUFFER (obj) ? GST_PAD_PROBE_DROP : GST_PAD_PROBE_PASS; in probe_cb()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportreceivebin.c306 return GST_PAD_PROBE_PASS; in drop_serialized_queries()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1816 return GST_PAD_PROBE_PASS; in handle_mq_output()
1877 return GST_PAD_PROBE_PASS; in handle_mq_output()
2936 return GST_PAD_PROBE_PASS; in handle_mq_input()
2942 return GST_PAD_PROBE_PASS; in handle_mq_input()
3291 return GST_PAD_PROBE_PASS; in handle_mq_input()
3298 return GST_PAD_PROBE_PASS; in handle_mq_input()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysinkconvertbin.c194 return GST_PAD_PROBE_PASS; in pad_blocked_cb()
Dgstsubtitleoverlay.c1055 return GST_PAD_PROBE_PASS; in _pad_blocked_cb()
1060 return GST_PAD_PROBE_PASS; in _pad_blocked_cb()
Dgstdecodebin2.c5314 return GST_PAD_PROBE_PASS; in source_pad_blocked_cb()
5325 ret = GST_PAD_PROBE_PASS; in source_pad_blocked_cb()
5340 return GST_PAD_PROBE_PASS; in source_pad_blocked_cb()
5349 return GST_PAD_PROBE_PASS; in source_pad_blocked_cb()
Dgstparsebin.c3849 return GST_PAD_PROBE_PASS; in source_pad_blocked_cb()
3873 return GST_PAD_PROBE_PASS; in source_pad_blocked_cb()
3882 return GST_PAD_PROBE_PASS; in source_pad_blocked_cb()
Dgstplaysink.c1104 return GST_PAD_PROBE_PASS; in gst_play_sink_vis_blocked()
4488 return GST_PAD_PROBE_PASS; in sinkpad_blocked_cb()
Dgstplaybin2.c2499 return GST_PAD_PROBE_PASS; in block_serialized_data_cb()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c474 return GST_PAD_PROBE_PASS; in wait_and_drop_eos_cb()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h577 GST_PAD_PROBE_PASS, enumerator
Dgstenumtypes.c1190 { C_ENUM(GST_PAD_PROBE_PASS), "GST_PAD_PROBE_PASS", "pass" }, in gst_pad_probe_return_get_type()
Dgstpad.c1518 case GST_PAD_PROBE_PASS: in gst_pad_add_probe()
3707 case GST_PAD_PROBE_PASS: in probe_hook_marshal()
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c949 return GST_PAD_PROBE_PASS; in gst_switch_bin_blocking_pad_probe()
/third_party/gstreamer/gstreamer/tests/check/libs/
Daggregator.c750 return GST_PAD_PROBE_PASS; in _drop_buffer_probe_cb()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dappsrc.c440 return GST_PAD_PROBE_PASS; in caps_event_probe_cb()
Dcompositor.c1504 return GST_PAD_PROBE_PASS; in test_obscured_pad_probe_cb()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c5006 return GST_PAD_PROBE_PASS; in dynamic_pipeline_change_stress_source_blocked_switch_av()
5078 return GST_PAD_PROBE_PASS; in dynamic_pipeline_change_stress_source_blocked_change_audio_channel()
/third_party/gstreamer/gstreamer/
DChangeLog2248 Explain that GST_PAD_PROBE_PASS will pass data even if there is
25485 Use GST_PAD_PROBE_PASS to pass through all events other than EOS instead of