From 2e01715209933906078969f202c2f6e916270572 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 4 Jul 2014 11:11:53 +0200 Subject: [PATCH] composition: Actiually set current_bin state even when not debugging Co-Authored by: Thibault Saunier --- gnl/gnlcomposition.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c index fa813bb..7e80dfc 100644 --- a/gnl/gnlcomposition.c +++ b/gnl/gnlcomposition.c @@ -2523,10 +2523,7 @@ compare_relink_stack (GnlComposition * comp, GNode * stack, gboolean modify) GList *deactivate = NULL; gst_element_set_locked_state (comp->priv->current_bin, TRUE); - - GST_ERROR ("Set state return: %s", - gst_element_state_change_return_get_name - (gst_element_set_state (comp->priv->current_bin, GST_STATE_READY))); + gst_element_set_state (comp->priv->current_bin, GST_STATE_READY); ptarget = gst_ghost_pad_get_target (GST_GHOST_PAD (GNL_OBJECT (comp)->srcpad)); -- 2.7.4