The final state change result is that of the parent
authorWim Taymans <wim.taymans@gmail.com>
Thu, 8 May 2003 19:58:13 +0000 (19:58 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 8 May 2003 19:58:13 +0000 (19:58 +0000)
Original commit message from CVS:
The final state change result is that of the parent

ext/mad/gstmad.c

index a6050b9..7973436 100644 (file)
@@ -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