GNOME Bugzilla – Bug 694445
pulsesink: add support for AAC pass-through
Last modified: 2013-08-21 19:49:51 UTC
Created attachment 237176 [details] [review] pulsesink: add support for AAC pass-through This patch adds AAC pass-through output to pulsesink. I also posted a patch for libgstaudio in gst-plugins-base (#694443), and one for pulseaudio. Although MPEG2 and MPEG4 AAC should use different header values in the payloading to IEC61937, the current implementation disguises MPEG4 AAC as MPEG2 AAC, because it seems to work at least on my AAC decoder and I don't have the spec and just refered to the source codes from FFmpeg which implements just MPEG2 AAC.
commit fda72021d2aa974273bc7d30a3cdefe93f352b2a Author: Akihiro Tsukada <atsukada@users.sourceforge.net> Date: Fri Feb 22 20:57:00 2013 +0900 pulsesink: Add support for AAC pass-through https://bugzilla.gnome.org/show_bug.cgi?id=694445