From 896ef6c0e55e931794f6fae52106206b53b95501 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 30 Oct 2008 11:43:12 +0000 Subject: gst/audioresample/gstaudioresample.c: Return the result of parent_class->event(). Original commit message from CVS: * gst/audioresample/gstaudioresample.c: Return the result of parent_class->event(). --- gst/audioresample/gstaudioresample.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c index ea1af706..52762202 100644 --- a/gst/audioresample/gstaudioresample.c +++ b/gst/audioresample/gstaudioresample.c @@ -503,9 +503,7 @@ audioresample_event (GstBaseTransform * base, GstEvent * event) default: break; } - parent_class->event (base, event); - - return TRUE; + return parent_class->event (base, event); } static GstFlowReturn -- cgit v1.2.1