vorbisenc: chain up to parent event function
This commit is contained in:
parent
15eb385412
commit
55076379b2
@ -603,7 +603,7 @@ gst_vorbis_enc_sink_event (GstAudioEncoder * enc, 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 (enc, event);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* push out the buffer and do internal bookkeeping */
|
/* push out the buffer and do internal bookkeeping */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user