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
This commit is contained in:
Aurélien Zanelli 2016-05-14 18:06:56 +02:00 committed by Thibault Saunier
parent 813c4b4fb7
commit dd5bf558c2

View file

@ -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);
}