Home
last modified time | relevance | path

Searched refs:GST_FLOW_NOT_LINKED (Results 1 – 25 of 75) sorted by relevance

123

/third_party/gstreamer/gstreamer/tests/check/libs/
Dflowcombiner.c102 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/
Dgsterrorignore.c140 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()
Dgsttestsrcbin.c189 if (res == GST_FLOW_NOT_LINKED) in gst_test_src_bin_chain()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttee.c162 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()
Dgstmultiqueue.c1534 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 …]
Dgstqueue.c989 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/
Dgstkatedec.c295 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/
Dgstflowcombiner.c236 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/
Dgstghostpad.c126 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/
Dgstpad.c745 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/
Dmpegtsparse.c504 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/
Dtee.c546 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()
Dqueue.c691 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/
Dgstdvdemux.c1569 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/
Dgstwavpackenc.c751 } 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/
Ddeinterleave.c892 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/
Dgstdtlsenc.c505 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/
Dgstmpegdemux.c1982 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/
Dmultipartdemux.c263 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/
Dgstsdpdemux.c951 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/
Ddshowvideofakesrc.cpp323 return GST_FLOW_NOT_LINKED; in PushBuffer()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpmux.c464 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/
Dgstsfsink.c435 } else if (result < GST_FLOW_UNEXPECTED || result == GST_FLOW_NOT_LINKED) { in gst_sf_sink_loop()
/third_party/gstreamer/gstplugins_bad/ext/gme/
Dgstgme.c359 } 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/
Dgstgdkpixbufdec.c424 && res != GST_FLOW_EOS && res != GST_FLOW_NOT_LINKED) { in gst_gdk_pixbuf_dec_sink_event()

123