mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
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:
parent
813c4b4fb7
commit
dd5bf558c2
1 changed files with 1 additions and 1 deletions
|
@ -3054,7 +3054,7 @@ nle_composition_remove_object (GstBin * bin, GstElement * element)
|
||||||
NleComposition *comp = (NleComposition *) bin;
|
NleComposition *comp = (NleComposition *) bin;
|
||||||
|
|
||||||
if (element == comp->priv->current_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);
|
return GST_BIN_CLASS (parent_class)->remove_element (bin, element);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue