summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-01-24 23:04:27 +0200
committerStefan Kost <ensonic@users.sf.net>2010-01-24 23:04:27 +0200
commitbd182e3ea0165a98513d5149d13b9acc8f98fa77 (patch)
treebda6310446218a6b1b1a9111ca9deeb6b0e62ca5
parent9f26847fb1e5dd038256a0daad98c0fdd4d52d25 (diff)
bin: make a interface vmethod implementation static
This should not cause any troubles - the methods wasn't in any header.
-rw-r--r--gst/gstbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstbin.c b/gst/gstbin.c
index 8a945c1640..8cac943401 100644
--- a/gst/gstbin.c
+++ b/gst/gstbin.c
@@ -336,7 +336,7 @@ gst_bin_child_proxy_get_child_by_index (GstChildProxy * child_proxy,
return res;
}
-guint
+static guint
gst_bin_child_proxy_get_children_count (GstChildProxy * child_proxy)
{
guint num;