/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | flowcombiner.c | 102 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_NOT_LINKED, GST_FLOW_OK, in GST_START_TEST() 105 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_NOT_LINKED, GST_FLOW_NOT_LINKED, in GST_START_TEST() 107 CHECK_COMBINED_FLOWS (GST_FLOW_NOT_LINKED, GST_FLOW_NOT_LINKED, in GST_START_TEST() 108 GST_FLOW_NOT_LINKED, GST_FLOW_NOT_LINKED); in GST_START_TEST() 119 CHECK_COMBINED_FLOWS (GST_FLOW_NOT_LINKED, GST_FLOW_ERROR, GST_FLOW_OK, in GST_START_TEST() 135 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_NOT_LINKED, GST_FLOW_EOS, in GST_START_TEST() 141 CHECK_COMBINED_FLOWS (GST_FLOW_NOT_LINKED, GST_FLOW_EOS, GST_FLOW_EOS, in GST_START_TEST() 143 CHECK_COMBINED_FLOWS (GST_FLOW_NOT_LINKED, GST_FLOW_NOT_LINKED, GST_FLOW_EOS, in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gsterrorignore.c | 140 GST_FLOW_NOT_LINKED, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_error_ignore_class_init() 168 self->convert_to = GST_FLOW_NOT_LINKED; in gst_error_ignore_init() 266 (ret == GST_FLOW_NOT_LINKED && self->ignore_notlinked) || in gst_error_ignore_sink_chain()
|
D | gsttestsrcbin.c | 189 if (res == GST_FLOW_NOT_LINKED) in gst_test_src_bin_chain()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttee.c | 162 pad->result = GST_FLOW_NOT_LINKED; in gst_tee_pad_reset() 865 GST_TEE_PAD_CAST (pad)->result = GST_FLOW_NOT_LINKED; in clear_pads() 904 ret = GST_FLOW_NOT_LINKED; in gst_tee_handle_data() 906 if (ret == GST_FLOW_NOT_LINKED && tee->allow_not_linked) { in gst_tee_handle_data() 923 cret = GST_FLOW_NOT_LINKED; in gst_tee_handle_data() 949 ret = GST_FLOW_NOT_LINKED; in gst_tee_handle_data() 973 if (G_UNLIKELY (ret != GST_FLOW_OK && ret != GST_FLOW_NOT_LINKED)) in gst_tee_handle_data() 977 if (G_LIKELY (ret != GST_FLOW_NOT_LINKED)) { in gst_tee_handle_data() 999 ret = GST_FLOW_NOT_LINKED; in gst_tee_handle_data()
|
D | gstmultiqueue.c | 1534 if (sq->is_eos || sq->is_segment_done || sq->srcresult == GST_FLOW_NOT_LINKED in get_buffering_level() 2432 if (sq->srcresult == GST_FLOW_NOT_LINKED 2456 if (sq->srcresult == GST_FLOW_NOT_LINKED) { 2482 while (should_wait && sq->srcresult == GST_FLOW_NOT_LINKED) { 2585 && result == GST_FLOW_NOT_LINKED) { 2601 if (sq2->srcresult == GST_FLOW_NOT_LINKED) { 2619 sq->srcresult != GST_FLOW_NOT_LINKED) { 2657 if (result != GST_FLOW_OK && result != GST_FLOW_NOT_LINKED 3186 if (sq->srcresult == GST_FLOW_NOT_LINKED) { 3238 if (sq->srcresult == GST_FLOW_NOT_LINKED) { [all …]
|
D | gstqueue.c | 989 if (queue->srcresult == GST_FLOW_NOT_LINKED in gst_queue_handle_sink_event() 1569 if (eos && (ret == GST_FLOW_NOT_LINKED || ret < GST_FLOW_EOS)) { in gst_queue_loop() 1591 if (queue->srcresult == GST_FLOW_NOT_LINKED) { in gst_queue_handle_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkatedec.c | 295 if (rflow == GST_FLOW_NOT_LINKED) { in gst_kate_dec_handle_kate_event() 335 if (rflow == GST_FLOW_NOT_LINKED) { in gst_kate_dec_handle_kate_event() 449 if (rflow != GST_FLOW_OK && rflow != GST_FLOW_NOT_LINKED) in gst_kate_dec_set_caps() 459 return rflow == GST_FLOW_OK || rflow == GST_FLOW_NOT_LINKED; in gst_kate_dec_set_caps()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstflowcombiner.c | 236 if (fret != GST_FLOW_NOT_LINKED) { in gst_flow_combiner_get_flow() 243 cret = GST_FLOW_NOT_LINKED; in gst_flow_combiner_get_flow()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.c | 126 GST_PROXY_PAD_ACQUIRE_INTERNAL (pad, internal, GST_FLOW_NOT_LINKED); in gst_proxy_pad_chain_default() 154 GST_PROXY_PAD_ACQUIRE_INTERNAL (pad, internal, GST_FLOW_NOT_LINKED); in gst_proxy_pad_chain_list_default() 184 GST_PROXY_PAD_ACQUIRE_INTERNAL (pad, internal, GST_FLOW_NOT_LINKED); in gst_proxy_pad_getrange_default()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpad.c | 745 fail_unless (gst_pad_push (src, buffer) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 780 fail_unless (gst_pad_push (src, buffer) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 2723 next_return = GST_FLOW_NOT_LINKED; in GST_START_TEST() 2724 fail_unless (gst_pad_push (srcpad, gst_buffer_new ()) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 2725 fail_unless (gst_pad_get_last_flow_return (srcpad) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 2726 fail_unless (gst_pad_get_last_flow_return (sinkpad) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 2751 fail_unless (gst_pad_push (srcpad, gst_buffer_new ()) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 2752 fail_unless (gst_pad_get_last_flow_return (srcpad) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 2816 next_return = GST_FLOW_NOT_LINKED; in GST_START_TEST() 2817 fail_unless (gst_pad_pull_range (sinkpad, 0, 1, &buf) == GST_FLOW_NOT_LINKED); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsparse.c | 504 tspad->flow_return = GST_FLOW_NOT_LINKED; in mpegts_parse_create_tspad() 775 tspad->flow_return = GST_FLOW_NOT_LINKED; in pad_clear_for_push() 798 ret = GST_FLOW_NOT_LINKED; in mpegts_parse_push() 836 && tspad->flow_return != GST_FLOW_NOT_LINKED)) { in mpegts_parse_push() 844 if (ret == GST_FLOW_NOT_LINKED) in mpegts_parse_push()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | tee.c | 546 gst_buffer_ref (buffer)) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 675 gst_buffer_ref (buffer)) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 680 gst_buffer_ref (buffer)) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 687 gst_buffer_ref (buffer)) == GST_FLOW_NOT_LINKED); in GST_START_TEST()
|
D | queue.c | 691 while (flow_ret != GST_FLOW_NOT_LINKED) in GST_START_TEST() 704 fail_unless_equals_int (flow_ret, GST_FLOW_NOT_LINKED); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 1569 if (G_UNLIKELY (ret != GST_FLOW_OK && ret != GST_FLOW_NOT_LINKED)) { in gst_dvdemux_demux_frame() 1576 if (G_UNLIKELY (ret != GST_FLOW_OK && ret != GST_FLOW_NOT_LINKED)) in gst_dvdemux_demux_frame() 1580 if (G_UNLIKELY (aret == GST_FLOW_NOT_LINKED && vret == GST_FLOW_NOT_LINKED)) { in gst_dvdemux_demux_frame() 1581 ret = GST_FLOW_NOT_LINKED; in gst_dvdemux_demux_frame() 1919 } else if (ret == GST_FLOW_NOT_LINKED || ret < GST_FLOW_EOS) { in gst_dvdemux_loop()
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackenc.c | 751 } else if ((enc->srcpad_last_return == GST_FLOW_NOT_LINKED) && in gst_wavpack_enc_handle_frame() 752 (enc->wvcsrcpad_last_return == GST_FLOW_NOT_LINKED)) { in gst_wavpack_enc_handle_frame() 753 ret = GST_FLOW_NOT_LINKED; in gst_wavpack_enc_handle_frame()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | deinterleave.c | 892 ret = GST_FLOW_NOT_LINKED; in gst_deinterleave_process() 913 else if (ret == GST_FLOW_NOT_LINKED) in gst_deinterleave_process() 922 ret = GST_FLOW_NOT_LINKED; in gst_deinterleave_process()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsenc.c | 505 if (G_UNLIKELY (ret == GST_FLOW_NOT_LINKED || ret < GST_FLOW_EOS)) { in src_task_loop() 532 if (G_UNLIKELY (self->src_ret == GST_FLOW_NOT_LINKED in sink_chain()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstmpegdemux.c | 1982 if (ret == GST_FLOW_NOT_LINKED) { in gst_flups_demux_data_cb() 2184 if (G_UNLIKELY (demux->need_no_more_pads && ret == GST_FLOW_NOT_LINKED)) in gst_flups_demux_combine_flows() 2188 if (G_LIKELY (ret != GST_FLOW_EOS && ret != GST_FLOW_NOT_LINKED)) in gst_flups_demux_combine_flows() 2193 not_linked &= (ret == GST_FLOW_NOT_LINKED); in gst_flups_demux_combine_flows() 2198 ret = GST_FLOW_NOT_LINKED; in gst_flups_demux_combine_flows()
|
/third_party/gstreamer/gstplugins_good/gst/multipart/ |
D | multipartdemux.c | 263 if (ret != GST_FLOW_NOT_LINKED) in gst_multipart_combine_flows() 273 if (ret != GST_FLOW_NOT_LINKED) in gst_multipart_combine_flows()
|
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpdemux.c | 951 if (ret != GST_FLOW_NOT_LINKED) in gst_sdp_demux_combine_flows() 961 if (ret != GST_FLOW_NOT_LINKED) in gst_sdp_demux_combine_flows() 1051 ret = gst_sdp_demux_combine_flows (demux, stream, GST_FLOW_NOT_LINKED); in gst_sdp_demux_handle_message()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideofakesrc.cpp | 323 return GST_FLOW_NOT_LINKED; in PushBuffer()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpmux.c | 464 ret = GST_FLOW_NOT_LINKED; in gst_rtp_mux_chain_list() 553 return GST_FLOW_NOT_LINKED; in gst_rtp_mux_chain()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfsink.c | 435 } else if (result < GST_FLOW_UNEXPECTED || result == GST_FLOW_NOT_LINKED) { in gst_sf_sink_loop()
|
/third_party/gstreamer/gstplugins_bad/ext/gme/ |
D | gstgme.c | 359 } else if (flow_return < GST_FLOW_EOS || flow_return == GST_FLOW_NOT_LINKED) { in gst_gme_play()
|
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/ |
D | gstgdkpixbufdec.c | 424 && res != GST_FLOW_EOS && res != GST_FLOW_NOT_LINKED) { in gst_gdk_pixbuf_dec_sink_event()
|