Home
last modified time | relevance | path

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

123

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dwavparse.c39 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/
Dgstghostpad.c287 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/
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.c1280 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/
Dgstrtpstreamdepay.c223 return gst_pad_activate_mode (pad, GST_PAD_MODE_PUSH, TRUE); in gst_rtp_stream_depay_sink_activate()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstdownloadbuffer.c1010 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()
Dgsttee.c399 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()
Dgstqueue.c1002 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()
Dgstqueue2.c2543 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()
Dgstcapsfilter.c407 if (GST_PAD_MODE (trans->srcpad) == GST_PAD_MODE_PUSH in gst_capsfilter_prepare_buf()
Dgsttypefindelement.c1380 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/
Drndbuffersize.c256 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()
Dgstpushfilesrc.c314 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_push_file_src_ghostpad_query()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiosrc.c283 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_gio_src_query()
/third_party/gstreamer/gstplugins_bad/ext/modplug/
Dgstmodplug.cc566 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/
Dgstsfdec.c441 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/
Dgstglbasemixer.c330 case GST_PAD_MODE_PUSH: in gst_gl_base_mixer_src_activate_mode()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsenc.c375 g_return_val_if_fail (mode == GST_PAD_MODE_PUSH, FALSE); in src_activate_mode()
/third_party/gstreamer/gstplugins_bad/gst/midi/
Dmidiparse.c430 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/
Dgstladspasource.c150 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_ladspa_source_type_query()
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsrc.c471 gst_query_add_scheduling_mode (query, GST_PAD_MODE_PUSH); in gst_rtmp_src_query()
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2enc.cc634 if (mode != GST_PAD_MODE_PUSH) in gst_mpeg2enc_src_activate_mode()
/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/gstreamer/tests/check/elements/
Dqueue2.c481 gst_pad_activate_mode (srcpad, GST_PAD_MODE_PUSH, TRUE); in GST_START_TEST()

123