From dd5bf558c2074a7f9a6c552d1d1acdbd749ef2b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Zanelli?= Date: Sat, 14 May 2016 18:06:56 +0200 Subject: [PATCH] nlecomposition: fix nle_composition_remove_object info message We don't add internal bin, we remove it. https://bugzilla.gnome.org/show_bug.cgi?id=766455 --- plugins/nle/nlecomposition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nle/nlecomposition.c b/plugins/nle/nlecomposition.c index e7e70eb..06a5cba 100644 --- a/plugins/nle/nlecomposition.c +++ b/plugins/nle/nlecomposition.c @@ -3054,7 +3054,7 @@ nle_composition_remove_object (GstBin * bin, GstElement * element) NleComposition *comp = (NleComposition *) bin; if (element == comp->priv->current_bin) { - GST_INFO_OBJECT (comp, "Adding internal bin"); + GST_INFO_OBJECT (comp, "Removing internal bin"); return GST_BIN_CLASS (parent_class)->remove_element (bin, element); } -- 2.7.4