Home
last modified time | relevance | path

Searched refs:GST_PAD_MODE_PUSH (Results 1 – 25 of 63) sorted by relevance

123

/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.c278 ret = gst_pad_activate_mode (other, GST_PAD_MODE_PUSH, active); in gst_ghost_pad_internal_activate_push_default()
346 case GST_PAD_MODE_PUSH: in gst_ghost_pad_internal_activate_mode_default()
371 ret = gst_pad_activate_mode (other, GST_PAD_MODE_PUSH, active); in gst_ghost_pad_activate_push_default()
436 case GST_PAD_MODE_PUSH: in gst_ghost_pad_activate_mode_default()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dwavparse.c37 if (mode == GST_PAD_MODE_PUSH) in create_pipeline()
48 if (mode == GST_PAD_MODE_PUSH) in create_pipeline()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstghostpad.c1300 fail_unless (gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE)); in GST_START_TEST()
1301 fail_unless (gst_pad_activate_mode (ghost, GST_PAD_MODE_PUSH, TRUE)); in GST_START_TEST()
1302 fail_unless (gst_pad_activate_mode (srcpad, GST_PAD_MODE_PUSH, TRUE)); in GST_START_TEST()
1306 fail_unless (GST_PAD_MODE (ghost) == GST_PAD_MODE_PUSH); in GST_START_TEST()
1307 fail_unless (GST_PAD_MODE (internalpad) == GST_PAD_MODE_PUSH); in GST_START_TEST()
1308 fail_unless (GST_PAD_MODE (srcpad) == GST_PAD_MODE_PUSH); in GST_START_TEST()
1309 fail_unless (GST_PAD_MODE (sinkpad) == GST_PAD_MODE_PUSH); in GST_START_TEST()
1398 fail_unless (gst_pad_activate_mode (pad, GST_PAD_MODE_PUSH, FALSE)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstpushsrc.c107 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_push_src_query()
Dgstbasesrc.c1342 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_base_src_default_query()
1892 start = (GST_PAD_MODE (src->srcpad) == GST_PAD_MODE_PUSH); in gst_base_src_send_event()
1933 push_mode = GST_PAD_MODE (src->srcpad) == GST_PAD_MODE_PUSH; in gst_base_src_send_event()
2013 started = GST_PAD_MODE (src->srcpad) == GST_PAD_MODE_PUSH; in gst_base_src_send_event()
3708 case GST_PAD_MODE_PUSH: in gst_base_src_start_complete()
3945 start = (GST_PAD_MODE (basesrc->srcpad) == GST_PAD_MODE_PUSH); in gst_base_src_set_playing()
4047 case GST_PAD_MODE_PUSH: in gst_base_src_activate_mode()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstdownloadbuffer.c1014 if (GST_PAD_MODE (dlbuf->srcpad) == GST_PAD_MODE_PUSH) { in gst_download_buffer_handle_sink_event()
1044 if (GST_PAD_MODE (dlbuf->srcpad) == GST_PAD_MODE_PUSH) { in gst_download_buffer_handle_sink_event()
1421 if (GST_PAD_MODE (pad) == GST_PAD_MODE_PUSH) { in gst_download_buffer_handle_src_event()
1609 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_download_buffer_handle_src_query()
1684 case GST_PAD_MODE_PUSH: in gst_download_buffer_sink_activate_mode()
1799 case GST_PAD_MODE_PUSH: in gst_download_buffer_src_activate_mode()
Dgsttee.c403 case GST_PAD_MODE_PUSH: in gst_tee_request_new_pad()
404 res = gst_pad_activate_mode (srcpad, GST_PAD_MODE_PUSH, TRUE); in gst_tee_request_new_pad()
1060 case GST_PAD_MODE_PUSH: in gst_tee_sink_activate_mode()
Dgstqueue.c1006 if (GST_PAD_MODE (queue->srcpad) == GST_PAD_MODE_PUSH) { in gst_queue_handle_sink_event()
1619 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_queue_handle_src_query()
1707 case GST_PAD_MODE_PUSH: in gst_queue_sink_activate_mode()
1748 case GST_PAD_MODE_PUSH: in gst_queue_src_activate_mode()
Dgstqueue2.c2602 if (GST_PAD_MODE (queue->srcpad) == GST_PAD_MODE_PUSH) { in gst_queue2_handle_sink_event()
2639 if (GST_PAD_MODE (queue->srcpad) == GST_PAD_MODE_PUSH) { in gst_queue2_handle_sink_event()
2724 if (GST_PAD_MODE (queue->srcpad) == GST_PAD_MODE_PUSH) { in gst_queue2_handle_sink_event()
3326 if (GST_PAD_MODE (pad) == GST_PAD_MODE_PUSH) { in gst_queue2_handle_src_event()
3541 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_queue2_handle_src_query()
3659 case GST_PAD_MODE_PUSH: in gst_queue2_sink_activate_mode()
3797 case GST_PAD_MODE_PUSH: in gst_queue2_src_activate_mode()
Dgstcapsfilter.c412 if (GST_PAD_MODE (trans->srcpad) == GST_PAD_MODE_PUSH in gst_capsfilter_prepare_buf()
Dgsttypefindelement.c1410 case GST_PAD_MODE_PUSH: in gst_type_find_element_activate_sink_mode()
1457 return gst_pad_activate_mode (pad, GST_PAD_MODE_PUSH, TRUE); in gst_type_find_element_activate_sink()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstreamdepay.c227 return gst_pad_activate_mode (pad, GST_PAD_MODE_PUSH, TRUE); in gst_rtp_stream_depay_sink_activate()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Drndbuffersize.c261 return gst_pad_activate_mode (pad, GST_PAD_MODE_PUSH, TRUE); in gst_rnd_buffer_size_activate()
286 case GST_PAD_MODE_PUSH: in gst_rnd_buffer_size_activate_mode()
Dgstpushfilesrc.c317 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_push_file_src_ghostpad_query()
/third_party/gstreamer/gstplugins_bad/ext/modplug/
Dgstmodplug.cc571 return gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE); in gst_modplug_sinkpad_activate()
583 case GST_PAD_MODE_PUSH: in gst_modplug_sinkpad_activate_mode()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfdec.c443 return gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE); in gst_sf_dec_sink_activate()
454 case GST_PAD_MODE_PUSH: in gst_sf_dec_sink_activate_mode()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiosrc.c494 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_gio_src_query()
/third_party/gstreamer/gstplugins_bad/gst/midi/
Dmidiparse.c432 return gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE); in gst_midi_parse_activate()
443 case GST_PAD_MODE_PUSH: in gst_midi_parse_activatemode()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasource.c150 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_ladspa_source_type_query()
/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgssrc.cpp581 gst_query_add_scheduling_mode(query, GST_PAD_MODE_PUSH); in gst_gs_src_query()
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsrc.c480 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_rtmp_src_query()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c2102 res = gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE); in gst_flups_demux_sink_activate()
2105 res = gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE); in gst_flups_demux_sink_activate()
2151 if (mode == GST_PAD_MODE_PUSH) { in gst_flups_demux_sink_activate_mode()
/third_party/gstreamer/gstplugins_bad/ext/musepack/
Dgstmusepackdec.c477 case GST_PAD_MODE_PUSH: in gst_musepackdec_sink_activate_mode()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsenc.c412 g_return_val_if_fail (mode == GST_PAD_MODE_PUSH, FALSE); in src_activate_mode()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbasemixer.c523 case GST_PAD_MODE_PUSH: in gst_gl_base_mixer_src_activate_mode()

123