mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
bin: make a interface vmethod implementation static
This should not cause any troubles - the methods wasn't in any header.
This commit is contained in:
parent
9f26847fb1
commit
bd182e3ea0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue