bin: make a interface vmethod implementation static
authorStefan Kost <ensonic@users.sf.net>
Sun, 24 Jan 2010 21:04:27 +0000 (23:04 +0200)
committerStefan Kost <ensonic@users.sf.net>
Sun, 24 Jan 2010 21:04:27 +0000 (23:04 +0200)
This should not cause any troubles - the methods wasn't in any header.

gst/gstbin.c

index 8a945c1..8cac943 100644 (file)
@@ -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;