From 87d02b7b32fb0a64690e29c31ce6071423e42097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 11 Oct 2010 14:20:15 +0200 Subject: [PATCH] bin: Initialize variable --- gst/gstbin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gstbin.c b/gst/gstbin.c index d2f218e529..82dd383ae1 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -1269,6 +1269,7 @@ gst_bin_remove_func (GstBin * bin, GstElement * element) GST_OBJECT_LOCK (bin); found = FALSE; othersink = FALSE; + othersource = FALSE; have_no_preroll = FALSE; /* iterate the elements, we collect which ones are async and no_preroll. We * also remove the element when we find it. */