From 8542a1f62accd213981ebf25905f390a1b3f0000 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 10 May 2004 12:19:02 +0000 Subject: Return the result of the parent state change call Original commit message from CVS: Return the result of the parent state change call --- ext/dv/gstdvdec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext') diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index 2ce3a479..ee743eb0 100644 --- a/ext/dv/gstdvdec.c +++ b/ext/dv/gstdvdec.c @@ -950,9 +950,7 @@ gst_dvdec_change_state (GstElement * element) break; } - parent_class->change_state (element); - - return GST_STATE_SUCCESS; + return parent_class->change_state (element); } /* Arguments are part of the Gtk+ object system, and these functions -- cgit