summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-05-10 12:19:02 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-05-10 12:19:02 +0000
commit8542a1f62accd213981ebf25905f390a1b3f0000 (patch)
treed82818277b0b7b833d44f11d698a1d75a8adc8ab /ext
parent49bea0bc2cbb676e5f275dbdee91c37643486a2b (diff)
Return the result of the parent state change call
Original commit message from CVS: Return the result of the parent state change call
Diffstat (limited to 'ext')
-rw-r--r--ext/dv/gstdvdec.c4
1 files changed, 1 insertions, 3 deletions
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