From bd182e3ea0165a98513d5149d13b9acc8f98fa77 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 24 Jan 2010 23:04:27 +0200 Subject: [PATCH] bin: make a interface vmethod implementation static This should not cause any troubles - the methods wasn't in any header. --- gst/gstbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbin.c b/gst/gstbin.c index 8a945c1..8cac943 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; -- 2.7.4