summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnl/gnlcomposition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c
index 0efdb29..1c4e62d 100644
--- a/gnl/gnlcomposition.c
+++ b/gnl/gnlcomposition.c
@@ -2600,7 +2600,7 @@ gnl_composition_remove_object (GstBin * bin, GstElement * element)
{
GnlComposition *comp = (GnlComposition *) bin;
GstClockTime curpos = GST_CLOCK_TIME_NONE;
- gboolean ret = GST_STATE_CHANGE_FAILURE;
+ gboolean ret = FALSE;
gboolean update_required;
GST_DEBUG_OBJECT (bin, "element %s", GST_OBJECT_NAME (element));