audioencoders: chain up to parent event handler

This commit is contained in:
Wim Taymans 2012-02-27 13:13:14 +01:00
parent 368534f117
commit 3cf47f7a98
2 changed files with 2 additions and 2 deletions

View file

@ -416,7 +416,7 @@ gst_celt_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 GstBuffer *

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 *