Home
last modified time | relevance | path

Searched refs:GST_PAD_CAST (Results 1 – 25 of 49) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h88 #define GST_PAD_CAST(obj) ((GstPad*)(obj)) macro
854 #define GST_PAD_ELEMENT_PRIVATE(pad) (GST_PAD_CAST(pad)->element_private)
862 #define GST_PAD_PAD_TEMPLATE(pad) (GST_PAD_CAST(pad)->padtemplate)
870 #define GST_PAD_DIRECTION(pad) (GST_PAD_CAST(pad)->direction)
879 #define GST_PAD_TASK(pad) (GST_PAD_CAST(pad)->task)
888 #define GST_PAD_MODE(pad) (GST_PAD_CAST(pad)->mode)
895 #define GST_PAD_ACTIVATEFUNC(pad) (GST_PAD_CAST(pad)->activatefunc)
902 #define GST_PAD_ACTIVATEMODEFUNC(pad) (GST_PAD_CAST(pad)->activatemodefunc)
909 #define GST_PAD_CHAINFUNC(pad) (GST_PAD_CAST(pad)->chainfunc)
916 #define GST_PAD_CHAINLISTFUNC(pad) (GST_PAD_CAST(pad)->chainlistfunc)
[all …]
Dgstghostpad.c61 GST_PAD_CAST (gst_proxy_pad_get_internal (GST_PROXY_PAD_CAST (pad))); \
462 gst_pad_set_activatemode_function (GST_PAD_CAST (pad), in gst_ghost_pad_init()
622 return GST_PAD_CAST (ret); in gst_ghost_pad_new_full()
781 ret = gst_proxy_pad_get_target (GST_PAD_CAST (gpad)); in gst_ghost_pad_get_target()
808 g_return_val_if_fail (GST_PAD_CAST (gpad) != newtarget, FALSE); in gst_ghost_pad_set_target()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.cpp229 pad = GST_PAD_CAST (audio_pad); in gst_wpe_src_new_audio_stream()
296 gst_pad_push (GST_PAD_CAST (audio_pad), buffer)); in gst_wpe_src_push_audio_buffer()
323 GstPad *pad = GST_PAD_CAST (audio_pad); in gst_wpe_src_pause_audio_stream()
439 gst_pad_set_active (GST_PAD_CAST (proxy_pad), TRUE); in gst_wpe_src_init()
441 gst_element_add_pad (GST_ELEMENT_CAST (src), GST_PAD_CAST (ghost_pad)); in gst_wpe_src_init()
442 gst_flow_combiner_add_pad (src->flow_combiner, GST_PAD_CAST (ghost_pad)); in gst_wpe_src_init()
443 gst_pad_set_chain_function (GST_PAD_CAST (proxy_pad), gst_wpe_src_chain_buffer); in gst_wpe_src_init()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c66 ret = gst_pad_push_event (GST_PAD_CAST (self->srcpad), event); in rsn_dec_sink_event()
85 gst_pad_set_event_function (GST_PAD_CAST (self->sinkpad), in rsn_dec_init()
93 gst_element_add_pad (GST_ELEMENT (self), GST_PAD_CAST (self->sinkpad)); in rsn_dec_init()
94 gst_element_add_pad (GST_ELEMENT (self), GST_PAD_CAST (self->srcpad)); in rsn_dec_init()
Drsninputselector.c306 GST_PAD_CAST (spad))); in gst_selector_pad_get_property()
655 gst_input_selector_activate_sinkpad (sel, GST_PAD_CAST (selpad)); in gst_input_selector_wait_running_time()
1038 gst_pad_sticky_events_foreach (GST_PAD_CAST (selpad), forward_sticky_events, in gst_selector_pad_chain()
1325 gst_pad_push_event (GST_PAD_CAST (old), gst_event_new_reconfigure ()); in gst_input_selector_set_active_pad()
1327 gst_pad_push_event (GST_PAD_CAST (new), gst_event_new_reconfigure ()); in gst_input_selector_set_active_pad()
1535 GstPad *sinkpad = GST_PAD_CAST (walk->data); in gst_input_selector_query()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dtee.c368 fail_unless (GST_PAD_CAST (g_value_get_object (&val1)) == srcpad1); in GST_START_TEST()
388 fail_unless (GST_PAD_CAST (g_value_get_object (&val1)) == srcpad1 in GST_START_TEST()
389 || GST_PAD_CAST (g_value_get_object (&val1)) == srcpad2); in GST_START_TEST()
394 fail_unless (GST_PAD_CAST (g_value_get_object (&val2)) == srcpad1 in GST_START_TEST()
395 || GST_PAD_CAST (g_value_get_object (&val2)) == srcpad2); in GST_START_TEST()
412 fail_unless (GST_PAD_CAST (g_value_get_object (&val1)) == sinkpad); in GST_START_TEST()
424 fail_unless (GST_PAD_CAST (g_value_get_object (&val1)) == sinkpad); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstparsebin.c1207 gst_pad_store_sticky_event (GST_PAD_CAST (ppad), event); in copy_sticky_events()
1223 gst_pad_sticky_events_foreach (GST_PAD_CAST (parsepad), in parse_pad_set_target()
1319 gst_pad_set_active (GST_PAD_CAST (parsepad), TRUE); in analyze_new_pad()
2080 GstPad *opad = GST_PAD_CAST (l->data); in connect_pad()
2205 GstPad *opad = GST_PAD_CAST (l->data); in connect_pad()
2764 GstPad *endpad = GST_PAD_CAST (chain->endpad); in gst_parse_chain_free_internal()
3367 capsa = get_pad_caps (GST_PAD_CAST (da)); in sort_end_pads()
3368 capsb = get_pad_caps (GST_PAD_CAST (db)); in sort_end_pads()
3427 ida = gst_pad_get_stream_id (GST_PAD_CAST (da)); in sort_end_pads()
3428 idb = gst_pad_get_stream_id (GST_PAD_CAST (db)); in sort_end_pads()
[all …]
Dgstdecodebin2.c1729 GstPad *gpad = GST_PAD_CAST (user_data); in copy_sticky_events()
1742 gst_pad_sticky_events_foreach (GST_PAD_CAST (dpad), clear_sticky_events, in decode_pad_set_target()
1839 gst_pad_set_active (GST_PAD_CAST (dpad), TRUE); in analyze_new_pad()
3829 GST_PAD_CAST (chain->endpad)); in gst_decode_chain_free_internal()
4790 capsa = get_pad_caps (GST_PAD_CAST (da)); in sort_end_pads()
4791 capsb = get_pad_caps (GST_PAD_CAST (db)); in sort_end_pads()
4828 ida = gst_pad_get_stream_id (GST_PAD_CAST (da)); in sort_end_pads()
4829 idb = gst_pad_get_stream_id (GST_PAD_CAST (db)); in sort_end_pads()
5159 gst_pad_sticky_events_foreach (GST_PAD_CAST (dpad), debug_sticky_event, in gst_decode_bin_expose()
5165 if (!gst_element_add_pad (GST_ELEMENT (dbin), GST_PAD_CAST (dpad))) { in gst_decode_bin_expose()
[all …]
Dgstsubtitleoverlay.c1662 ghostpad = GST_PAD_CAST (parent); in gst_subtitle_overlay_src_proxy_chain()
1696 ghostpad = GST_PAD_CAST (parent); in gst_subtitle_overlay_src_proxy_event()
2066 GST_PAD_CAST (gst_proxy_pad_get_internal (GST_PROXY_PAD (self->srcpad))); in gst_subtitle_overlay_init()
2085 GST_PAD_CAST (gst_proxy_pad_get_internal (GST_PROXY_PAD in gst_subtitle_overlay_init()
2107 GST_PAD_CAST (gst_proxy_pad_get_internal (GST_PROXY_PAD in gst_subtitle_overlay_init()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c151 gst_flow_combiner_remove_pad (demux->flowcombiner, GST_PAD_CAST (pad)); in gst_mxf_demux_remove_pad()
152 gst_element_remove_pad (GST_ELEMENT (demux), GST_PAD_CAST (pad)); in gst_mxf_demux_remove_pad()
365 ret |= gst_pad_push_event (GST_PAD_CAST (pad), gst_event_ref (event)); in gst_mxf_demux_push_src_event()
1569 pad_caps = gst_pad_get_current_caps (GST_PAD_CAST (pad)); in gst_mxf_demux_update_tracks()
1571 gst_pad_set_caps (GST_PAD_CAST (pad), etrack->caps); in gst_mxf_demux_update_tracks()
1576 gst_pad_set_event_function (GST_PAD_CAST (pad), in gst_mxf_demux_update_tracks()
1579 gst_pad_set_query_function (GST_PAD_CAST (pad), in gst_mxf_demux_update_tracks()
1582 gst_pad_use_fixed_caps (GST_PAD_CAST (pad)); in gst_mxf_demux_update_tracks()
1583 gst_pad_set_active (GST_PAD_CAST (pad), TRUE); in gst_mxf_demux_update_tracks()
1586 gst_pad_create_stream_id_printf (GST_PAD_CAST (pad), in gst_mxf_demux_update_tracks()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpfunnel.c536 sinkpad = GST_PAD_CAST (g_object_new (GST_TYPE_RTP_FUNNEL_PAD, in gst_rtp_funnel_request_new_pad()
617 if (GST_PAD_CAST (value) == GST_PAD_CAST (user_data)) in _remove_pad_func()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstconcat.c300 sinkpad = GST_PAD_CAST (g_object_new (GST_TYPE_CONCAT_PAD, in gst_concat_request_new_pad()
356 if (self->current_sinkpad == GST_PAD_CAST (spad)) { in gst_concat_release_pad()
648 forward = (self->current_sinkpad == GST_PAD_CAST (spad)); in gst_concat_sink_event()
664 forward = (self->current_sinkpad == GST_PAD_CAST (spad)); in gst_concat_sink_event()
Dgsttee.c338 GstPad *srcpad = GST_PAD_CAST (user_data); in forward_sticky_events()
389 srcpad = GST_PAD_CAST (g_object_new (GST_TYPE_TEE_PAD, in gst_tee_request_new_pad()
887 GstPad *pad = GST_PAD_CAST (pads->data); in gst_tee_handle_data()
931 pad = GST_PAD_CAST (pads->data); in gst_tee_handle_data()
Dgstinputselector.c304 GST_PAD_CAST (spad))); in gst_selector_pad_get_property()
482 gst_pad_sticky_events_foreach (GST_PAD_CAST (pad), in gst_input_selector_eos_wait()
1133 gst_pad_sticky_events_foreach (GST_PAD_CAST (selpad), forward_sticky_events, in gst_selector_pad_chain()
1454 gst_pad_push_event (GST_PAD_CAST (old), gst_event_new_reconfigure ()); in gst_input_selector_set_active_pad()
1456 gst_pad_push_event (GST_PAD_CAST (new), gst_event_new_reconfigure ()); in gst_input_selector_set_active_pad()
Dgststreamiddemux.c180 GstPad *srcpad = GST_PAD_CAST (user_data); in forward_sticky_events()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositorbin.cpp842 GST_PAD_CAST (chain->ghost_pad)); in gst_d3d11_compositor_bin_input_chain_new()
857 gst_pad_remove_probe (GST_PAD_CAST (chain->ghost_pad), chain->probe_id); in gst_d3d11_compositor_bin_input_chain_free()
925 return GST_PAD_CAST (chain->ghost_pad); in gst_d3d11_compositor_bin_request_new_pad()
942 if (pad == GST_PAD_CAST (chain->ghost_pad)) { in gst_d3d11_compositor_bin_release_pad()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c735 GstPad *pad = GST_PAD_CAST (cur->data); in splitmux_part_reader_reset()
736 gst_pad_set_active (GST_PAD_CAST (pad), FALSE); in splitmux_part_reader_reset()
756 gst_pad_set_active (GST_PAD_CAST (pad), TRUE); in gst_splitmux_part_reader_new_proxy_pad()
819 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event()
1000 GstPad *target = GST_PAD_CAST (cur->data); in no_more_pads()
Dgstsplitmuxsrc.c722 ret = gst_pad_push (GST_PAD_CAST (splitpad), buf); in gst_splitmux_handle_buffer()
1137 GstPad *pad = GST_PAD_CAST (cur->data); in gst_splitmux_push_event()
1163 gst_pad_push_event (GST_PAD_CAST (target), e); in gst_splitmux_push_flush_stop()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c563 if (GST_PAD_CAST (parent) != ghost) in gst_insert_bin_do_change()
578 if (GST_PAD_CAST (parent) == self->priv->sinkpad) in gst_insert_bin_do_change()
588 if (GST_PAD_CAST (parent) == self->priv->srcpad) in gst_insert_bin_do_change()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c847 ret = gst_pad_push (GST_PAD_CAST (pad), buf); in gst_ogg_demux_chain_peer()
2219 gst_pad_set_active (GST_PAD_CAST (ret), TRUE); in gst_ogg_chain_new_stream()
2886 gst_pad_push_event (GST_PAD_CAST (pad), event); in gst_ogg_demux_deactivate_current_chain()
2891 gst_pad_set_active (GST_PAD_CAST (pad), FALSE); in gst_ogg_demux_deactivate_current_chain()
2893 gst_flow_combiner_remove_pad (ogg->flowcombiner, GST_PAD_CAST (pad)); in gst_ogg_demux_deactivate_current_chain()
2895 gst_element_remove_pad (GST_ELEMENT (ogg), GST_PAD_CAST (pad)); in gst_ogg_demux_deactivate_current_chain()
3019 gst_pad_set_active (GST_PAD_CAST (pad), TRUE); in gst_ogg_demux_activate_chain()
3046 gst_pad_set_caps (GST_PAD_CAST (pad), pad->map.caps); in gst_ogg_demux_activate_chain()
3048 gst_element_add_pad (GST_ELEMENT (ogg), GST_PAD_CAST (pad)); in gst_ogg_demux_activate_chain()
3050 gst_flow_combiner_add_pad (ogg->flowcombiner, GST_PAD_CAST (pad)); in gst_ogg_demux_activate_chain()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c1308 if (GST_PAD_CAST (aggpad) == video_sinkpad) { in gst_cc_combiner_sink_query()
1317 if (GST_PAD_CAST (aggpad) == video_sinkpad) { in gst_cc_combiner_sink_query()
1338 if (GST_PAD_CAST (aggpad) == video_sinkpad) { in gst_cc_combiner_sink_query()
1574 gst_element_add_pad (GST_ELEMENT_CAST (self), GST_PAD_CAST (agg_pad)); in gst_cc_combiner_init()
/third_party/gstreamer/gstplugins_good/gst/interleave/
Dinterleave.c519 new_pad = GST_PAD_CAST (g_object_new (GST_TYPE_INTERLEAVE_PAD, in gst_interleave_request_new_pad()
996 GstPad *pad = GST_PAD_CAST (g_value_dup_object (&item)); in gst_interleave_src_query_duration()
1094 GstPad *pad = GST_PAD_CAST (g_value_dup_object (item)); in forward_event_func()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgststreamcombiner.c287 sinkpad = GST_PAD_CAST (combiner_pad); in gst_stream_combiner_request_new_pad()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.c491 res = gst_audio_interleave_setcaps (self, GST_PAD_CAST (aggpad), caps); in gst_audio_interleave_sink_event()
763 return GST_PAD_CAST (newpad); in gst_audio_interleave_request_new_pad()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgststats.c178 pad = GST_PAD_CAST (parent); in get_real_pad_parent()
302 peer_pad = GST_PAD_CAST (parent); in do_element_stats()

12