audioencoders: chain up to parent event handler
This commit is contained in:
parent
368534f117
commit
3cf47f7a98
@ -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 *
|
||||
|
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user