scaletempo: Return the result of parent_class->event()

Original commit message from CVS:
* gst/audiofx/gstscaletempo.c:
Return the result of parent_class->event().
This commit is contained in:
Stefan Kost 2008-10-30 12:13:18 +00:00 committed by Tim-Philipp Müller
parent 43e79f7769
commit 9284c85b33

View file

@ -560,8 +560,7 @@ gst_scaletempo_sink_event (GstBaseTransform * trans, GstEvent * event)
return FALSE; return FALSE;
} }
} }
parent_class->event (trans, event); return parent_class->event (trans, event);
return TRUE;
} }
static gboolean static gboolean