summaryrefslogtreecommitdiff
path: root/gst/audioresample
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-10-30 11:43:12 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-10-30 11:43:12 +0000
commit087676f09beca81f3afa8411f3cc316be7dbd08a (patch)
tree6cc49d3993e99d731a581dbc4bc5f557a8b77ffe /gst/audioresample
parent1f724549e494f5d3d821d9e4f282ee260a25d325 (diff)
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().
Diffstat (limited to 'gst/audioresample')
-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 ea1af7062..52762202e 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