mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +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 */
|
/* 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…
Reference in a new issue