From 0933f2df882c9a4a975f5df5b3cdd280582a4ec1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 29 Oct 2002 21:34:14 +0000 Subject: [PATCH] how did this get by ? Original commit message from CVS: how did this get by ? --- gst/gstbin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gstbin.c b/gst/gstbin.c index 2dd163a07f..8d05ba826e 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -557,6 +557,8 @@ gst_bin_change_state (GstElement * element) GST_ELEMENT_NAME (child)); have_async = TRUE; break; + case GST_STATE_SUCCESS: + break; } }