summaryrefslogtreecommitdiff
path: root/docs/gst/gstreamer-sections.txt
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@ahiru.eu>2015-02-23 20:27:32 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-03-13 12:50:48 +0000
commit6ec3c4bc66cbbefa6e5811874d9787d675c807ee (patch)
tree0b9a7911cc21e9841b5a8423ffbfcb9fb99e108a /docs/gst/gstreamer-sections.txt
parent3da3e8df3e50d4cef1d0198aa620a9e78367d7f8 (diff)
utils: Add gst_bin_sync_children_states()
gst_bin_sync_children_states() will iterate over all the elements of a bin and sync their states with the state of the bin. This is useful when adding many elements to a bin and would otherwise have to call gst_element_sync_state_with_parent() on each and every one of them. https://bugzilla.gnome.org/show_bug.cgi?id=745042
Diffstat (limited to 'docs/gst/gstreamer-sections.txt')
-rw-r--r--docs/gst/gstreamer-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index f1a5f9e4f..9ebcb8c7d 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -87,6 +87,7 @@ gst_bin_recalculate_latency
gst_bin_add_many
gst_bin_remove_many
gst_bin_find_unlinked_pad
+gst_bin_sync_children_states
<SUBSECTION>
GstBinFlags