audioencoders: chain up to parent event handler

This commit is contained in:
Wim Taymans 2012-02-27 13:13:14 +01:00
parent a2bb20e522
commit ea3f41e06a

View file

@ -708,7 +708,7 @@ gst_opus_enc_sink_event (GstAudioEncoder * benc, GstEvent * event)
break;
}
return FALSE;
return GST_AUDIO_ENCODER_CLASS (parent_class)->event (benc, event);
}
static GstCaps *