From 72dfd25e5fb0efe57af578feb840666a0e45e3a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 19 Sep 2012 23:25:54 +0100 Subject: [PATCH] docs: remove reference to 0.8 GstBin API from manual https://bugzilla.gnome.org/show_bug.cgi?id=684048 --- docs/manual/basics-bins.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/manual/basics-bins.xml b/docs/manual/basics-bins.xml index fa09c8c..af736ee 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. -- 2.7.4