mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
faac: Simple fix for GstAudioEncoder API change
This commit is contained in:
parent
705a80d957
commit
874da87b25
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ gst_faac_set_format (GstAudioEncoder * enc, GstAudioInfo * info)
|
||||||
result = gst_faac_configure_source_pad (faac);
|
result = gst_faac_configure_source_pad (faac);
|
||||||
|
|
||||||
/* report needs to base class */
|
/* report needs to base class */
|
||||||
gst_audio_encoder_set_frame_samples (enc, samples);
|
gst_audio_encoder_set_frame_samples_min (enc, samples);
|
||||||
gst_audio_encoder_set_frame_max (enc, 1);
|
gst_audio_encoder_set_frame_max (enc, 1);
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
|
Loading…
Reference in a new issue