summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/scaletempo/gstscaletempo.c3
1 files changed, 1 insertions, 2 deletions
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