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
This commit is contained in:
Wim Taymans 2003-05-08 19:58:13 +00:00
parent 2096330104
commit 49352d0279

View 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