bin: Initialize variable

This commit is contained in:
Sebastian Dröge 2010-10-11 14:20:15 +02:00
parent 27c6aba33c
commit 87d02b7b32

View file

@ -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. */