vorbisenc: chain up to parent event function
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 27 Feb 2012 11:51:08 +0000 (12:51 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 27 Feb 2012 11:51:08 +0000 (12:51 +0100)
ext/vorbis/gstvorbisenc.c

index 5162b92..8f75de8 100644 (file)
@@ -603,7 +603,7 @@ gst_vorbis_enc_sink_event (GstAudioEncoder * enc, GstEvent * event)
   }
 
   /* we only peeked, let base class handle it */
-  return FALSE;
+  return GST_AUDIO_ENCODER_CLASS (parent_class)->event (enc, event);
 }
 
 /* push out the buffer and do internal bookkeeping */