mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
gst/gstbin.c: Fix bogus docs.
Original commit message from CVS: * gst/gstbin.c: Fix bogus docs.
This commit is contained in:
parent
a8714f5195
commit
6072def8ed
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-08-16 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/gstbin.c:
|
||||
Fix bogus docs.
|
||||
|
||||
2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstutils.c: (gst_util_set_value_from_string):
|
||||
|
|
|
@ -1244,8 +1244,8 @@ src_iterator_filter (GstElement * child, GstBin * bin)
|
|||
* gst_bin_iterate_sources:
|
||||
* @bin: a #GstBin
|
||||
*
|
||||
* Gets an iterator for all elements in the bin that have the
|
||||
* #GST_ELEMENT_IS_SRC flag set.
|
||||
* Gets an iterator for all elements in the bin that have no sinkpads and have
|
||||
* the #GST_ELEMENT_IS_SINK flag unset.
|
||||
*
|
||||
* Each element yielded by the iterator will have its refcount increased, so
|
||||
* unref after use.
|
||||
|
|
Loading…
Reference in a new issue