/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 1143 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/ |
D | gstiterator.h | 280 GstIteratorResult gst_iterator_foreach (GstIterator *it,
|
D | gstiterator.c | 665 gst_iterator_foreach (GstIterator * it, GstIteratorForeachFunction func, in gst_iterator_foreach() function
|
D | gstbin.c | 1124 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()
|
D | gstutils.c | 3385 gst_iterator_foreach (it, gst_bin_sync_children_states_foreach, in gst_bin_sync_children_states()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpdec.c | 390 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()
|
D | gstsctpenc.c | 773 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/ |
D | gstsdpsrc.c | 211 while (gst_iterator_foreach (it, remove_pad, self) == GST_ITERATOR_RESYNC) in gst_sdp_src_change_state()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gststreamiddemux.c | 381 gst_iterator_foreach (it, in gst_streamid_demux_reset()
|
D | gstconcat.c | 863 gst_iterator_foreach (iter, reset_pad, in gst_concat_change_state() 878 gst_iterator_foreach (iter, unblock_pad, in gst_concat_change_state()
|
D | gstfunnel.c | 457 res = gst_iterator_foreach (iter, reset_pad, element); in gst_funnel_change_state()
|
D | gsttee.c | 1221 while (gst_iterator_foreach (iter, in gst_tee_pull_eos()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | fpsdisplaysink.c | 276 gst_iterator_foreach (iterator, in fps_display_sink_update_sink_sync()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 2427 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/ |
D | gstsplitmuxsink.c | 2109 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/ |
D | gstutils.c | 1325 fail_unless (gst_iterator_foreach (iter, count_request_pad, &pads) == in request_pads()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaysink.c | 1642 while (gst_iterator_foreach (it, iterate_color_balance_elements, in find_color_balance_element()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 19316 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/ |
D | ChangeLog | 20017 splitmuxsink: Run gst_iterator_foreach() as long as it returns GST_ITERATOR_RESYNC
|