speexenc: chain up to parent event handler
This commit is contained in:
parent
a51ce46d90
commit
36e6b25e73
@ -530,7 +530,7 @@ gst_speex_enc_sink_event (GstAudioEncoder * benc, GstEvent * event)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* we only peeked, let base class handle it */
|
/* we only peeked, let base class handle it */
|
||||||
return FALSE;
|
return GST_AUDIO_ENCODER_CLASS (parent_class)->event (benc, event);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user