mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
vorbisenc: chain up to parent event function
This commit is contained in:
parent
15eb385412
commit
55076379b2
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ gst_vorbis_enc_sink_event (GstAudioEncoder * enc, GstEvent * event)
|
|||
}
|
||||
|
||||
/* 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 */
|
||||
|
|
Loading…
Reference in a new issue