mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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>
|
<!-- example-end bin.c c --></programlisting>
|
||||||
<para>
|
<para>
|
||||||
There are various functions to lookup elements in a bin. You can
|
There are various functions to lookup elements in a bin. The most
|
||||||
also get a list of all elements that a bin contains using the function
|
commonly used are <function>gst_bin_get_by_name ()</function> and
|
||||||
<function>gst_bin_get_list ()</function>. See the API references of
|
<function>gst_bin_get_by_interface ()</function>. You can also
|
||||||
<ulink type="http"
|
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>
|
url="&URLAPI;GstBin.html"><classname>GstBin</classname></ulink>
|
||||||
for details.
|
for details.
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in a new issue