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

ChangeLog
gst/scaletempo/gstscaletempo.c

index 0105cba..8377763 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-30  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/scaletempo/gstscaletempo.c:
+         Return the result of parent_class->event().
+
 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst/audiobuffer/Makefile.am:
index 923c2fd..45fdb51 100644 (file)
@@ -560,8 +560,7 @@ gst_scaletempo_sink_event (GstBaseTransform * trans, GstEvent * event)
       return FALSE;
     }
   }
-  parent_class->event (trans, event);
-  return TRUE;
+  return parent_class->event (trans, event);
 }
 
 static gboolean