/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | wavparse.c | 39 if (mode == GST_PAD_MODE_PUSH) in do_test_simple_file() 50 if (mode == GST_PAD_MODE_PUSH) in do_test_simple_file()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.c | 287 ret = gst_pad_activate_mode (other, GST_PAD_MODE_PUSH, active); in gst_ghost_pad_internal_activate_push_default() 355 case GST_PAD_MODE_PUSH: in gst_ghost_pad_internal_activate_mode_default() 380 ret = gst_pad_activate_mode (other, GST_PAD_MODE_PUSH, active); in gst_ghost_pad_activate_push_default() 445 case GST_PAD_MODE_PUSH: in gst_ghost_pad_activate_mode_default()
|
/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 | 1280 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_base_src_default_query() 1827 start = (GST_PAD_MODE (src->srcpad) == GST_PAD_MODE_PUSH); in gst_base_src_send_event() 1868 push_mode = GST_PAD_MODE (src->srcpad) == GST_PAD_MODE_PUSH; in gst_base_src_send_event() 1948 started = GST_PAD_MODE (src->srcpad) == GST_PAD_MODE_PUSH; in gst_base_src_send_event() 3554 case GST_PAD_MODE_PUSH: in gst_base_src_start_complete() 3791 start = (GST_PAD_MODE (basesrc->srcpad) == GST_PAD_MODE_PUSH); in gst_base_src_set_playing() 3893 case GST_PAD_MODE_PUSH: in gst_base_src_activate_mode()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpstreamdepay.c | 223 return gst_pad_activate_mode (pad, GST_PAD_MODE_PUSH, TRUE); in gst_rtp_stream_depay_sink_activate()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstdownloadbuffer.c | 1010 if (GST_PAD_MODE (dlbuf->srcpad) == GST_PAD_MODE_PUSH) { in gst_download_buffer_handle_sink_event() 1040 if (GST_PAD_MODE (dlbuf->srcpad) == GST_PAD_MODE_PUSH) { in gst_download_buffer_handle_sink_event() 1416 if (GST_PAD_MODE (pad) == GST_PAD_MODE_PUSH) { in gst_download_buffer_handle_src_event() 1604 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_download_buffer_handle_src_query() 1679 case GST_PAD_MODE_PUSH: in gst_download_buffer_sink_activate_mode() 1794 case GST_PAD_MODE_PUSH: in gst_download_buffer_src_activate_mode()
|
D | gsttee.c | 399 case GST_PAD_MODE_PUSH: in gst_tee_request_new_pad() 400 res = gst_pad_activate_mode (srcpad, GST_PAD_MODE_PUSH, TRUE); in gst_tee_request_new_pad() 1056 case GST_PAD_MODE_PUSH: in gst_tee_sink_activate_mode()
|
D | gstqueue.c | 1002 if (GST_PAD_MODE (queue->srcpad) == GST_PAD_MODE_PUSH) { in gst_queue_handle_sink_event() 1614 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_queue_handle_src_query() 1702 case GST_PAD_MODE_PUSH: in gst_queue_sink_activate_mode() 1743 case GST_PAD_MODE_PUSH: in gst_queue_src_activate_mode()
|
D | gstqueue2.c | 2543 if (GST_PAD_MODE (queue->srcpad) == GST_PAD_MODE_PUSH) { in gst_queue2_handle_sink_event() 2580 if (GST_PAD_MODE (queue->srcpad) == GST_PAD_MODE_PUSH) { in gst_queue2_handle_sink_event() 2665 if (GST_PAD_MODE (queue->srcpad) == GST_PAD_MODE_PUSH) { in gst_queue2_handle_sink_event() 3249 if (GST_PAD_MODE (pad) == GST_PAD_MODE_PUSH) { in gst_queue2_handle_src_event() 3462 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_queue2_handle_src_query() 3580 case GST_PAD_MODE_PUSH: in gst_queue2_sink_activate_mode() 3718 case GST_PAD_MODE_PUSH: in gst_queue2_src_activate_mode()
|
D | gstcapsfilter.c | 407 if (GST_PAD_MODE (trans->srcpad) == GST_PAD_MODE_PUSH in gst_capsfilter_prepare_buf()
|
D | gsttypefindelement.c | 1380 case GST_PAD_MODE_PUSH: in gst_type_find_element_activate_sink_mode() 1427 return gst_pad_activate_mode (pad, GST_PAD_MODE_PUSH, TRUE); in gst_type_find_element_activate_sink()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | rndbuffersize.c | 256 return gst_pad_activate_mode (pad, GST_PAD_MODE_PUSH, TRUE); in gst_rnd_buffer_size_activate() 281 case GST_PAD_MODE_PUSH: in gst_rnd_buffer_size_activate_mode()
|
D | gstpushfilesrc.c | 314 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_push_file_src_ghostpad_query()
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgiosrc.c | 283 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_gio_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 566 return gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE); in gst_modplug_sinkpad_activate() 578 case GST_PAD_MODE_PUSH: in gst_modplug_sinkpad_activate_mode()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 441 return gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE); in gst_sf_dec_sink_activate() 452 case GST_PAD_MODE_PUSH: in gst_sf_dec_sink_activate_mode()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbasemixer.c | 330 case GST_PAD_MODE_PUSH: in gst_gl_base_mixer_src_activate_mode()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsenc.c | 375 g_return_val_if_fail (mode == GST_PAD_MODE_PUSH, FALSE); in src_activate_mode()
|
/third_party/gstreamer/gstplugins_bad/gst/midi/ |
D | midiparse.c | 430 return gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE); in gst_midi_parse_activate() 441 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/rtmp/ |
D | gstrtmpsrc.c | 471 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_rtmp_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
D | gstmpeg2enc.cc | 634 if (mode != GST_PAD_MODE_PUSH) in gst_mpeg2enc_src_activate_mode()
|
/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/gstreamer/tests/check/elements/ |
D | queue2.c | 481 gst_pad_activate_mode (srcpad, GST_PAD_MODE_PUSH, TRUE); in GST_START_TEST()
|