From 51262eeb4c2741369bcdd5440d8be4f618e99af2 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 30 Oct 2008 12:13:18 +0000 Subject: gst/scaletempo/gstscaletempo.c: Return the result of parent_class->event(). Original commit message from CVS: * gst/scaletempo/gstscaletempo.c: Return the result of parent_class->event(). --- gst/scaletempo/gstscaletempo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gst/scaletempo') diff --git a/gst/scaletempo/gstscaletempo.c b/gst/scaletempo/gstscaletempo.c index 923c2fd1..45fdb516 100644 --- a/gst/scaletempo/gstscaletempo.c +++ b/gst/scaletempo/gstscaletempo.c @@ -560,8 +560,7 @@ gst_scaletempo_sink_event (GstBaseTransform * trans, GstEvent * event) return FALSE; } } - parent_class->event (trans, event); - return TRUE; + return parent_class->event (trans, event); } static gboolean -- cgit v1.2.1