Home
last modified time | relevance | path

Searched refs:GST_PAD_PROBE_INFO_DATA (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h610 #define GST_PAD_PROBE_INFO_DATA(d) ((d)->data) macro
613 #define GST_PAD_PROBE_INFO_BUFFER(d) GST_BUFFER_CAST(GST_PAD_PROBE_INFO_DATA(d))
614 #define GST_PAD_PROBE_INFO_BUFFER_LIST(d) GST_BUFFER_LIST_CAST(GST_PAD_PROBE_INFO_DATA(d))
615 #define GST_PAD_PROBE_INFO_EVENT(d) GST_EVENT_CAST(GST_PAD_PROBE_INFO_DATA(d))
616 #define GST_PAD_PROBE_INFO_QUERY(d) GST_QUERY_CAST(GST_PAD_PROBE_INFO_DATA(d))
Dgstpad.c3758 data = GST_PAD_PROBE_INFO_DATA (&info); \
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstconsistencychecker.c61 GstMiniObject *data = GST_PAD_PROBE_INFO_DATA (info); in source_pad_data_cb()
151 GstMiniObject *data = GST_PAD_PROBE_INFO_DATA (info); in sink_pad_data_cb()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3-parse.c238 if (GST_IS_EVENT (GST_PAD_PROBE_INFO_DATA (info))) { in parse_chain_output_probe()
259 GST_PAD_PROBE_INFO_DATA (info) = ev; in parse_chain_output_probe()
323 } else if (GST_IS_QUERY (GST_PAD_PROBE_INFO_DATA (info))) { in parse_chain_output_probe()
Dgstdecodebin3.c873 if (GST_IS_QUERY (GST_PAD_PROBE_INFO_DATA (info))) { in query_duration_drop_probe()
1838 if (GST_IS_EVENT (GST_PAD_PROBE_INFO_DATA (info))) { in multiqueue_src_probe()
2003 } else if (GST_IS_QUERY (GST_PAD_PROBE_INFO_DATA (info))) { in multiqueue_src_probe()
Dgstplaybin3.c2789 GstEvent *event = GST_PAD_PROBE_INFO_DATA (info); in _decodebin_event_probe()
2806 GST_PAD_PROBE_INFO_DATA (info) = event; in _decodebin_event_probe()
Dgstplaybin2.c3428 GstEvent *event = GST_PAD_PROBE_INFO_DATA (info); in _uridecodebin_event_probe()
3500 GST_PAD_PROBE_INFO_DATA (info) = event; in _uridecodebin_event_probe()
Dgstparsebin.c4064 GST_PAD_PROBE_INFO_DATA (info) = in gst_parse_pad_event()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dstreamsynchronizer.c35 GstEvent *event = GST_PAD_PROBE_INFO_DATA (info); in event_probe()
/third_party/gstreamer/gstplugins_bad/tests/examples/msdk/
Dtest-roi.c141 GST_PAD_PROBE_INFO_DATA (info) = buf; in cb_add_roi()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-effect-switch.c47 if (GST_EVENT_TYPE (GST_PAD_PROBE_INFO_DATA (info)) != GST_EVENT_EOS) in event_probe_cb()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtdemux.c37 if (GST_IS_EVENT (GST_PAD_PROBE_INFO_DATA (info))) { in qtdemux_probe()
58 } else if (GST_IS_BUFFER (GST_PAD_PROBE_INFO_DATA (info))) { in qtdemux_probe()
Drtp-payloading.c254 GstEvent *event = GST_PAD_PROBE_INFO_DATA (info); in pay_event_probe_cb()
271 GstEvent *event = GST_PAD_PROBE_INFO_DATA (info); in depay_event_probe_cb()
Dsplitmuxsrc.c359 GST_PAD_PROBE_INFO_DATA (info) = event; in intercept_stream_start()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstpushfilesrc.c267 GST_PAD_PROBE_INFO_DATA (info) = replacement; in gst_push_file_src_ghostpad_event_probe()
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/
Dnvcodec.c279 if (GST_IS_BUFFER (GST_PAD_PROBE_INFO_DATA (info))) { in resolution_change_probe()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c38 GstMiniObject *obj = GST_PAD_PROBE_INFO_DATA (info); in probe_do_nothing()
46 GstMiniObject *obj = GST_PAD_PROBE_INFO_DATA (info); in data_probe()
141 GstMiniObject *obj = GST_PAD_PROBE_INFO_DATA (info); in data_probe_once()
Dgstevent.c491 GstMiniObject *data = GST_PAD_PROBE_INFO_DATA (info); in event_probe()
Dgstpad.c630 GST_PAD_PROBE_INFO_DATA (info) = NULL; in _cleaning_handled_probe_handler()
2070 GST_LOG_OBJECT (pad, "%" GST_PTR_FORMAT, GST_PAD_PROBE_INFO_DATA (info)); in flush_events_only_probe()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dfpsdisplaysink.c222 GstMiniObject *mini_obj = GST_PAD_PROBE_INFO_DATA (info); in on_video_sink_data_flow()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dappsrc.c617 if (GST_IS_EVENT (GST_PAD_PROBE_INFO_DATA (info))) { in appsrc_pad_probe()
691 } else if (GST_IS_BUFFER (GST_PAD_PROBE_INFO_DATA (info))) { in appsrc_pad_probe()
Dcompositor.c1501 GST_PAD_PROBE_INFO_DATA (info) = nbuf; in test_obscured_pad_probe_cb()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dselector.c45 GstMiniObject *obj = GST_PAD_PROBE_INFO_DATA (info); in probe_cb()
/third_party/gstreamer/gstplugins_bad/tests/examples/
Dplayout.c377 type = GST_EVENT_TYPE (GST_PAD_PROBE_INFO_DATA (info)); in playout_item_pad_probe_event()