gst/audioresample/gstaudioresample.c: Return the result of parent_class->event().
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 30 Oct 2008 11:43:12 +0000 (11:43 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 30 Oct 2008 11:43:12 +0000 (11:43 +0000)
Original commit message from CVS:
* gst/audioresample/gstaudioresample.c:
Return the result of parent_class->event().

ChangeLog
gst/audioresample/gstaudioresample.c

index 15989c7..5bc3336 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-30  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/audioresample/gstaudioresample.c:
+         Return the result of parent_class->event().
+
 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
 
        * gst/audioresample/gstaudioresample.c:
index ea1af70..5276220 100644 (file)
@@ -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