gst-plugins-bad: faac: Simple fix for GstAudioEncoder API change

Sebastian Dröge slomo at kemper.freedesktop.org
Mon Sep 26 07:06:00 PDT 2011


Module: gst-plugins-bad
Branch: master
Commit: 874da87b252946c70a24aca7b510045f42ef7478
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=874da87b252946c70a24aca7b510045f42ef7478

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Mon Sep 26 16:05:40 2011 +0200

faac: Simple fix for GstAudioEncoder API change

---

 ext/faac/gstfaac.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/faac/gstfaac.c b/ext/faac/gstfaac.c
index 5530c0a..22dfa6e 100644
--- a/ext/faac/gstfaac.c
+++ b/ext/faac/gstfaac.c
@@ -431,7 +431,7 @@ gst_faac_set_format (GstAudioEncoder * enc, GstAudioInfo * info)
   result = gst_faac_configure_source_pad (faac);
 
   /* 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);
 
 done:



More information about the gstreamer-commits mailing list