Home
last modified time | relevance | path

Searched refs:GST_ITERATOR_ERROR (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstiterator.c326 g_return_val_if_fail (it != NULL, GST_ITERATOR_ERROR); in gst_iterator_next()
327 g_return_val_if_fail (elem != NULL, GST_ITERATOR_ERROR); in gst_iterator_next()
329 || G_VALUE_HOLDS (elem, it->type), GST_ITERATOR_ERROR); in gst_iterator_next()
468 GstIteratorResult result = GST_ITERATOR_ERROR; in filter_next()
611 g_return_val_if_fail (it != NULL, GST_ITERATOR_ERROR); in gst_iterator_fold()
623 case GST_ITERATOR_ERROR: in gst_iterator_fold()
727 || G_VALUE_HOLDS (elem, it->type), GST_ITERATOR_ERROR); in gst_iterator_find_custom()
Dgstiterator.h46 GST_ITERATOR_ERROR = 3 enumerator
Dgstdebugutils.c593 case GST_ITERATOR_ERROR: in debug_dump_element_pads()
734 case GST_ITERATOR_ERROR: in debug_dump_element()
748 case GST_ITERATOR_ERROR: in debug_dump_element()
Dgstutils.c1236 case GST_ITERATOR_ERROR: in gst_element_get_compatible_pad()
3275 case GST_ITERATOR_ERROR: in element_find_unlinked_pad()
3330 case GST_ITERATOR_ERROR: in gst_bin_find_unlinked_pad()
Dgstbin.c1132 if (ires != GST_ITERATOR_ERROR) { in gst_bin_do_deep_add_remove()
3149 case GST_ITERATOR_ERROR: in gst_bin_send_event()
3187 case GST_ITERATOR_ERROR: in gst_bin_send_event()
Dgstpad.c2906 case GST_ITERATOR_ERROR: in gst_pad_get_single_internal_link()
3092 case GST_ITERATOR_ERROR: in gst_pad_forward()
3410 case GST_ITERATOR_ERROR: in gst_pad_query_latency_default()
Dgstenumtypes.c784 { C_ENUM(GST_ITERATOR_ERROR), "GST_ITERATOR_ERROR", "error" }, in gst_iterator_result_get_type()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dcamerabingeneral.c250 case GST_ITERATOR_ERROR: in gst_camerabin_remove_elements_from_bin()
Dgstcamerabin2.c1230 case GST_ITERATOR_ERROR: in encodebin_find_pad()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstconcat.c868 if (res == GST_ITERATOR_ERROR) in gst_concat_change_state()
885 if (res == GST_ITERATOR_ERROR) in gst_concat_change_state()
Dgstfunnel.c463 if (res == GST_ITERATOR_ERROR) in gst_funnel_change_state()
Dgstinputselector.c1638 case GST_ITERATOR_ERROR: in gst_input_selector_event()
1745 case GST_ITERATOR_ERROR: in gst_input_selector_query_latency()
/third_party/gstreamer/gstplugins_good/gst/interleave/
Ddeinterleave.c648 case GST_ITERATOR_ERROR: in gst_deinterleave_getcaps()
658 } while (res != GST_ITERATOR_DONE && res != GST_ITERATOR_ERROR); in gst_deinterleave_getcaps()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c1013 case GST_ITERATOR_ERROR: in gst_harness_add_parse()
2726 case GST_ITERATOR_ERROR: in gst_harness_find_element()
3039 case GST_ITERATOR_ERROR: in gst_harness_stress_statechange_func()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturisourcebin.c1698 case GST_ITERATOR_ERROR: in analyse_source()
2111 case GST_ITERATOR_ERROR: in unexpose_src_pads()
2306 case GST_ITERATOR_ERROR: in setup_source()
Dgstplaybin2.c2541 case GST_ITERATOR_ERROR: in gst_play_bin_suburidecodebin_block()
3653 case GST_ITERATOR_ERROR: in iterator_process_pads()
3864 case GST_ITERATOR_ERROR:
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c510 case GST_ITERATOR_ERROR: in get_encodebin_pad_for_caps()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpmux.c799 if (res == GST_ITERATOR_ERROR) { in gst_rtp_mux_getcaps()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautoconvert.c355 case GST_ITERATOR_ERROR: in get_pad_by_direction()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y653 case GST_ITERATOR_ERROR: in gst_parse_element_can_do_caps()
Dgrammar.y.in653 case GST_ITERATOR_ERROR:
/third_party/gstreamer/gstreamer/tests/check/libs/
Daggregator.c135 case GST_ITERATOR_ERROR: in gst_test_aggregator_aggregate()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c2373 case GST_ITERATOR_ERROR: in gst_uvc_h264_src_destroy_pipeline()
2877 case GST_ITERATOR_ERROR: in gst_uvc_h264_src_construct_pipeline()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.c1489 case GST_ITERATOR_ERROR: in gst_input_selector_event()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c1839 case GST_ITERATOR_ERROR: in update_formats()
2151 case GST_ITERATOR_ERROR: in find_interface_elements()

12