After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 694445 - pulsesink: add support for AAC pass-through
pulsesink: add support for AAC pass-through
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 694443
Blocks:
 
 
Reported: 2013-02-22 13:04 UTC by Akihiro Tsukada
Modified: 2013-08-21 19:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pulsesink: add support for AAC pass-through (2.54 KB, patch)
2013-02-22 13:04 UTC, Akihiro Tsukada
committed Details | Review

Description Akihiro Tsukada 2013-02-22 13:04:15 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.
Comment 1 Sebastian Dröge (slomo) 2013-08-21 19:49:49 UTC
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