summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/audioresample/gstaudioresample.c4
1 files changed, 1 insertions, 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