From 49352d027928329deb6e5ea02594fe574eb55b43 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 8 May 2003 19:58:13 +0000 Subject: [PATCH] The final state change result is that of the parent Original commit message from CVS: The final state change result is that of the parent --- ext/mad/gstmad.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ext/mad/gstmad.c b/ext/mad/gstmad.c index a6050b9d32..7973436648 100644 --- a/ext/mad/gstmad.c +++ b/ext/mad/gstmad.c @@ -1411,9 +1411,7 @@ gst_mad_change_state (GstElement *element) break; } - parent_class->change_state (element); - - return GST_STATE_SUCCESS; + return parent_class->change_state (element); } static gboolean