Home
last modified time | relevance | path

Searched refs:gst_iterator_foreach (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c1143 while (gst_iterator_foreach (it, hook_play_pause_probe, user_data)) in setup_sink_play_pause()
1439 while (gst_iterator_foreach (it, hook_flushing_seek_probe, user_data)) in setup_sink_flushing_seek()
2040 while (gst_iterator_foreach (it, hook_upstream_query_probe, user_data)) in setup_sink_upstream_query()
2227 while (gst_iterator_foreach (it, send_ipcpipeline_test_message_event, td)) in send_sink_message()
2404 while (gst_iterator_foreach (it, hook_end_of_stream_probe, user_data)) in setup_sink_end_of_stream()
2638 while (gst_iterator_foreach (it, hook_reverse_playback_probe, user_data)) in setup_sink_reverse_playback()
2789 while (gst_iterator_foreach (it, hook_tags_probe_source, user_data)) in tags_on_state_changed()
2847 while (gst_iterator_foreach (it, hook_tags_probe, user_data)) in setup_sink_tags()
3053 while (gst_iterator_foreach (it, hook_navigation_probe_source, user_data)) in navigation_source()
3110 while (gst_iterator_foreach (it, send_navigation_event, user_data)) in step_navigation()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstiterator.h280 GstIteratorResult gst_iterator_foreach (GstIterator *it,
Dgstiterator.c665 gst_iterator_foreach (GstIterator * it, GstIteratorForeachFunction func, in gst_iterator_foreach() function
Dgstbin.c1124 ires = gst_iterator_foreach (it, bin_deep_iterator_foreach, &elements); in gst_bin_do_deep_add_remove()
1358 while (gst_iterator_foreach (it, (GstIteratorForeachFunction) unlink_pads, in gst_bin_add_func()
1798 while (gst_iterator_foreach (it, (GstIteratorForeachFunction) unlink_pads, in gst_bin_remove_func()
3082 gst_iterator_foreach (it, &reset_state, GINT_TO_POINTER (current)); in gst_bin_change_state_func()
4350 while (gst_iterator_foreach (children, set_context, in gst_bin_set_context()
Dgstutils.c3385 gst_iterator_foreach (it, gst_bin_sync_children_states_foreach, in gst_bin_sync_children_states()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpdec.c390 while (gst_iterator_foreach (it, flush_srcpad, in gst_sctp_dec_packet_event()
401 while (gst_iterator_foreach (it, flush_srcpad, in gst_sctp_dec_packet_event()
708 while (gst_iterator_foreach (it, remove_pad_it, self) == GST_ITERATOR_RESYNC) in stop_all_srcpad_tasks()
Dgstsctpenc.c773 while (gst_iterator_foreach (it, flush_sinkpad, in gst_sctp_enc_src_event()
786 while (gst_iterator_foreach (it, flush_sinkpad, in gst_sctp_enc_src_event()
962 while (gst_iterator_foreach (it, remove_sinkpad, self) == GST_ITERATOR_RESYNC) in sctpenc_cleanup()
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpsrc.c211 while (gst_iterator_foreach (it, remove_pad, self) == GST_ITERATOR_RESYNC) in gst_sdp_src_change_state()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgststreamiddemux.c381 gst_iterator_foreach (it, in gst_streamid_demux_reset()
Dgstconcat.c863 gst_iterator_foreach (iter, reset_pad, in gst_concat_change_state()
878 gst_iterator_foreach (iter, unblock_pad, in gst_concat_change_state()
Dgstfunnel.c457 res = gst_iterator_foreach (iter, reset_pad, element); in gst_funnel_change_state()
Dgsttee.c1221 while (gst_iterator_foreach (iter, in gst_tee_pull_eos()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dfpsdisplaysink.c276 gst_iterator_foreach (iterator, in fps_display_sink_update_sink_sync()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c2427 gst_iterator_foreach (it, (GstIteratorForeachFunction) release_pads, in stream_group_free()
2441 gst_iterator_foreach (it, (GstIteratorForeachFunction) release_pads, in stream_group_free()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c2109 while (gst_iterator_foreach (it, _send_event, ev) == GST_ITERATOR_RESYNC); in start_next_fragment()
2116 while (gst_iterator_foreach (it, _send_event, ev) == GST_ITERATOR_RESYNC); in start_next_fragment()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c1325 fail_unless (gst_iterator_foreach (iter, count_request_pad, &pads) == in request_pads()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c1642 while (gst_iterator_foreach (it, iterate_color_balance_elements, in find_color_balance_element()
/third_party/gstreamer/gstreamer/
DChangeLog19316 elements: Handle GstIterator RESYNC return value correctly in gst_iterator_foreach()
19334 bin: Make sure to resync iterators and handle RESYNC at all in gst_iterator_foreach() calls
119429 * gst/gstiterator.c: (gst_iterator_fold), (gst_iterator_foreach),
133735 (gst_iterator_foreach), (find_custom_fold_func),
/third_party/gstreamer/gstplugins_good/
DChangeLog20017 splitmuxsink: Run gst_iterator_foreach() as long as it returns GST_ITERATOR_RESYNC