mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 12:21:17 +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;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
guint
|
static guint
|
||||||
gst_bin_child_proxy_get_children_count (GstChildProxy * child_proxy)
|
gst_bin_child_proxy_get_children_count (GstChildProxy * child_proxy)
|
||||||
{
|
{
|
||||||
guint num;
|
guint num;
|
||||||
|
|
Loading…
Reference in a new issue