summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-10-11 14:20:15 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-10-11 14:20:15 +0200
commit87d02b7b32fb0a64690e29c31ce6071423e42097 (patch)
tree321d7446337aac1e560ff8845fcb38a791086d3c
parent27c6aba33ceca08f7c82b2efd2026fc50d4847a6 (diff)
bin: Initialize variable
-rw-r--r--gst/gstbin.c1
1 files changed, 1 insertions, 0 deletions
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. */