vorbisenc: chain up to parent event function

This commit is contained in:
Wim Taymans 2012-02-27 12:51:08 +01:00
parent 15eb385412
commit 55076379b2

View 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 */