mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: remove reference to 0.8 GstBin API from manual
https://bugzilla.gnome.org/show_bug.cgi?id=684048
This commit is contained in:
parent
f495fa7a21
commit
72dfd25e5f
1 changed files with 6 additions and 4 deletions
|
@ -98,10 +98,12 @@ main (int argc,
|
|||
}
|
||||
<!-- example-end bin.c c --></programlisting>
|
||||
<para>
|
||||
There are various functions to lookup elements in a bin. You can
|
||||
also get a list of all elements that a bin contains using the function
|
||||
<function>gst_bin_get_list ()</function>. See the API references of
|
||||
<ulink type="http"
|
||||
There are various functions to lookup elements in a bin. The most
|
||||
commonly used are <function>gst_bin_get_by_name ()</function> and
|
||||
<function>gst_bin_get_by_interface ()</function>. You can also
|
||||
iterate over all elements that a bin contains using the function
|
||||
<function>gst_bin_iterate_elements ()</function>. See the API references
|
||||
of <ulink type="http"
|
||||
url="&URLAPI;GstBin.html"><classname>GstBin</classname></ulink>
|
||||
for details.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue