mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
faac: Also set maximum number of samples that the subclass wants
This commit is contained in:
parent
874da87b25
commit
fc2434fd97
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ gst_faac_set_format (GstAudioEncoder * enc, GstAudioInfo * info)
|
|||
|
||||
/* report needs to base class */
|
||||
gst_audio_encoder_set_frame_samples_min (enc, samples);
|
||||
gst_audio_encoder_set_frame_samples_max (enc, samples);
|
||||
gst_audio_encoder_set_frame_max (enc, 1);
|
||||
|
||||
done:
|
||||
|
|
Loading…
Reference in a new issue