summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>2016-05-14 18:06:56 +0200
committerThibault Saunier <tsaunier@gnome.org>2016-06-07 12:28:55 -0400
commit497b4491c71a965ec9d758c87333cd90c36da216 (patch)
treefc5ad7814a2bd942e01b024838228d9763a655f4
parentb2232141bc04528adc3865d5674ebc2a31c517c7 (diff)
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
-rw-r--r--plugins/nle/nlecomposition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nle/nlecomposition.c b/plugins/nle/nlecomposition.c
index afac0dc1..cd1c04fe 100644
--- a/plugins/nle/nlecomposition.c
+++ b/plugins/nle/nlecomposition.c
@@ -3064,7 +3064,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);
}