diff --git a/docs/manual/basics-bins.xml b/docs/manual/basics-bins.xml index fa09c8c734..af736eedb2 100644 --- a/docs/manual/basics-bins.xml +++ b/docs/manual/basics-bins.xml @@ -98,10 +98,12 @@ main (int argc, } - 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 - gst_bin_get_list (). See the API references of - gst_bin_get_by_name () and + gst_bin_get_by_interface (). You can also + iterate over all elements that a bin contains using the function + gst_bin_iterate_elements (). See the API references + of GstBin for details.