speexenc: chain up to parent event handler

This commit is contained in:
Wim Taymans 2012-02-27 13:09:31 +01:00
parent a51ce46d90
commit 36e6b25e73

View file

@ -530,7 +530,7 @@ gst_speex_enc_sink_event (GstAudioEncoder * benc, GstEvent * event)
}
/* we only peeked, let base class handle it */
return FALSE;
return GST_AUDIO_ENCODER_CLASS (parent_class)->event (benc, event);
}
static GstFlowReturn