static void _relink_single_node (GnlComposition * comp, GNode * node,
GstEvent * toplevel_seek);
static gboolean update_pipeline_func (GnlComposition * comp);
-static gboolean commit_pipeline_func (GnlComposition * comp);
+static gboolean _commit_func (GnlComposition * comp);
static gboolean lock_child_state (GValue * item, GValue * ret,
gpointer udata G_GNUC_UNUSED);
static gboolean
{
MAIN_CONTEXT_LOCK (comp);
g_main_context_invoke (comp->priv->mcontext,
- (GSourceFunc) commit_pipeline_func, comp);
+ (GSourceFunc) _commit_func, comp);
MAIN_CONTEXT_UNLOCK (comp);
}
}
static gboolean
-commit_pipeline_func (GnlComposition * comp)
+_commit_func (GnlComposition * comp)
{
GList *tmp;
gboolean commited = FALSE;