/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.c | 278 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/ |
D | wavparse.c | 37 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/ |
D | gstghostpad.c | 1300 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/ |
D | gstpushsrc.c | 107 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_push_src_query()
|
D | gstbasesrc.c | 1342 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/ |
D | gstdownloadbuffer.c | 1014 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()
|
D | gsttee.c | 403 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()
|
D | gstqueue.c | 1006 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()
|
D | gstqueue2.c | 2602 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()
|
D | gstcapsfilter.c | 412 if (GST_PAD_MODE (trans->srcpad) == GST_PAD_MODE_PUSH in gst_capsfilter_prepare_buf()
|
D | gsttypefindelement.c | 1410 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/ |
D | gstrtpstreamdepay.c | 227 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/ |
D | rndbuffersize.c | 261 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()
|
D | gstpushfilesrc.c | 317 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_push_file_src_ghostpad_query()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 571 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/ |
D | gstsfdec.c | 443 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/ |
D | gstgiosrc.c | 494 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_gio_src_query()
|
/third_party/gstreamer/gstplugins_bad/gst/midi/ |
D | midiparse.c | 432 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/ |
D | gstladspasource.c | 150 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_ladspa_source_type_query()
|
/third_party/gstreamer/gstplugins_bad/ext/gs/ |
D | gstgssrc.cpp | 581 gst_query_add_scheduling_mode(query, GST_PAD_MODE_PUSH); in gst_gs_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsrc.c | 480 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_rtmp_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstmpegdemux.c | 2102 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/ |
D | gstmusepackdec.c | 477 case GST_PAD_MODE_PUSH: in gst_musepackdec_sink_activate_mode()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsenc.c | 412 g_return_val_if_fail (mode == GST_PAD_MODE_PUSH, FALSE); in src_activate_mode()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbasemixer.c | 523 case GST_PAD_MODE_PUSH: in gst_gl_base_mixer_src_activate_mode()
|