[Bug 724536] Infinite loop while encoding audio to aac

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 20 12:16:24 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724536
  GStreamer | gst-libav | git

--- Comment #10 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2014-02-20 20:36:58 UTC ---
Created an attachment (id=269836)
 View: https://bugzilla.gnome.org/attachment.cgi?id=269836
 Review: https://bugzilla.gnome.org/review?bug=724536&attachment=269836

avaudenc: fix audio encoder flushing according to libav docs

* @param[in] frame AVFrame containing the raw audio data to be encoded.
 *                  May be NULL when flushing an encoder that has the
 *                  CODEC_CAP_DELAY capability set.

The AVFrame itself should be null, not the frame.data pointer

Patch updated after talking to libav developers on how to properly flush
an encoder.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list